12

For what reason platformBuildVersionCode and platformBuildVersionName are mentioned in Android Manifest file? Already android:versionCode and android:versionName also mentioned.

android:versionCode="8762015"android:versionName="0.3.6" package="com.android.app"
platformBuildVersionCode="19" platformBuildVersionName="4.4.2"

I need reason for mentioning that.

rene
  • 41,474
  • 78
  • 114
  • 152
Marsh K
  • 151
  • 1
  • 2
  • 9
  • When you create an Android app u have to decide what is the minimum version and the actual version of the android SDK, for example i could work in icecream but give support to honeycomb. The word platformBuildVersionName that u see in the code is auto generated by the SDK – Enrique Quero Dec 16 '15 at 12:23
  • You can check my answer http://stackoverflow.com/a/39645128/5515371 – Mujammil Ahamed Apr 06 '17 at 05:26
  • @EnriqueQuero What does **auto generated by the SDK** mean in this context? – IgorGanapolsky Jul 17 '17 at 13:33
  • Possible duplicate of [What's platformBuildVersionCode and platformBuildVersionName in Extracted Apk's](https://stackoverflow.com/questions/39291397/whats-platformbuildversioncode-and-platformbuildversionname-in-extracted-apks) – Jake Lee Jan 25 '19 at 14:47

0 Answers0