Modification of the method AndroidManifest minSdkVersion

1. Modify the file AndroidManifest
    hexadecimal editor retrieves location: FF FF FF FF 08 00 00 10 ??
    to 16 ?? replace the original hexadecimal value corresponding to the APK minSdkVersion
    Once found, then modified version needs to be reduced to hexadecimal value.
2. Use AndroidManifest modified file overwrite the original file
3. You must delete the original signature APK-INF folder META
4. re-signing before
5.zipalign (optional)

 

Reproduced in: https: //www.cnblogs.com/AsionTang/p/5477162.html

Guess you like

Origin blog.csdn.net/weixin_34311757/article/details/93270830