Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 apktool 使用以下命令
apktool decode "[APK PATH]"
由于某种原因,解码的 androidmanifest.xml 不包含属性versionCode和versionName. 我知道它们在原始文件中,因为如果我打开编码文件,我可以看到加密文本中间的属性。
versionCode
versionName
在实现一些代码后,我需要验证 versionCode 是否由 gradle 自动更新。
它被保存到另一个文件。我记得,一些扩展名为 .yml。当您再次对包进行编码时,apktool 命令使用此文件作为 versionCode