What's platformBuildVersionCode and platformBuildVersionName in Extracted Apk's

前端 未结 3 363
执笔经年
执笔经年 2020-12-29 14:00

Extracted an Apk using APKTool getting the manifest.xml like this,



        
3条回答
  •  死守一世寂寞
    2020-12-29 14:42

    platformBuildVersionCode is added by a compiler, and means a version of targetSDK
    platformBuildVersionName is a readable version name of targetSDK version.

提交回复
热议问题