icon

Set Android Manifest Values

Sets some important values in AndroidManifest.xml

Sets the package, label, android:versionCode, and android:versionName attributes in AndroidManifest.xml.

Examples:

  • package: "com.myorganization.myapp"
  • label: "MyApp" (displayed with the app icon)
  • android:versionCode: "1"
  • android:versionName: "1.0"

Similar steps

Sets the Android Manifest Version Code and Name to the specified value, in the target AndroidManifest.xml file for the next build.

Sets the specified <application> attributes in the AndroidManifest.xml

Sets the specified package name in the AndroidManifest.xml

Sets various values in the target Info.plist file for the next build.