adb 安装失败 [INSTALL_FAILED_NO_MATCHING_ABIS: 无法提取本机库,res=-113]

发布于 2025-01-13 21:36:11 字数 348 浏览 0 评论 0原文

构建原生 .so 并使用 ant build 制作 apk,想测试一下,所以在模拟器上安装了 adb 并得到以下错误: 失败 [INSTALL_FAILED_NO_MATCHING_ABIS: 无法提取本机库,res=-113]

我不明白,在 apk 上完成了注入 /libs/arm64-v8a 的 ant zip 任务,解压后显示它们在那里......

我看过这个问题,每个人都展示了 gradle 解决方案,我不想使用 gradle,我想要一个 ant 解决方案。

Microsoft 跨平台 C++ 本机活动解决方案在 arm64 配置中使用 ant 并且安装良好,除非使用 adb install 手动执行,否则不会发生此错误。

Build native .so's and made apk with ant build, wanted to test so did an adb install on an emulator and got the following error:
Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

I do not get it, an ant zip task to inject /libs/arm64-v8a was done on the apk and unzipping it shows they are there....

I have seen this question and everyone shows gradle solutions, I do not want to use gradle, i want an ant solution please.

The Microsoft cross platform C++ native activity solution uses ant in an arm64 configuration and installs fine, this error does not occur unless doing manually with adb install.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

将军与妓 2025-01-20 21:36:11

尝试删除损坏项目中的 .gradle 文件夹,

然后从任何工作项目副本中获取 .gradle 文件夹。粘贴到损坏的项目。

Try deleting the .gradle folder in the corrupted project,

then take a .gradle folder from any working project copy & paste to the corrupted project.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文