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.
我有 APK 文件,我用鼠标将它放到我的 android 模拟器上,它加载成功。然后我使用以下命令重新打包 APK:
apktool d -s app-debug.apk cd 应用程序调试 apktool b
apktool d -s app-debug.apk
cd 应用程序调试
apktool b
拖放新的 APK 文件时出现此错误。我需要 -s 键来保存 .dex 文件(我需要替换 DEX,但替换时遇到同样的问题)并避免反编译/编译步骤:
对我来说,卸载以前版本的应用程序有帮助。从命令行使用adb有助于识别错误消息。