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.
我是 Android 新手,我收到了一些带有恶意软件的 .apk 文件(不是由我创建的),我试图在 Android 模拟器上运行以进行测试(尝试使用 strace 获取应用程序的系统调用数据)。我在网上检查了几个地方,但我一直在尝试安装 .apk 文件。当我运行以下命令时:
./adb install filename.apk
我收到此错误:
Failure [INSTALL_FAILED_DEXOPT]
任何帮助是极大的赞赏!
只需将 apk 拖放到您的 Android 模拟器中即可。它自己自动安装。