Skip to content

怎么支持android x86 abi? #482

Answered by domchen
Tan-Tshunglee asked this question in Q&A
Discussion options

You must be logged in to vote

x86架构的设备是可以直接用arm架构的库的。你这里必须专门编译 x86 架构的原因是?如果你必须要编译x86架构,严格跟着ReadMe里的开发指南一节文档步骤走,配置完所有依赖项,然后用Android Studio编译那个android demo工程就行,不用任何命令行操作。目标架构在Android Studio里选一下。本身那个demo项目跑模拟器的时候编译出来的就是x86架构。全过程目前还没听到过有任何问题反馈。推测如果你遇到坑大概率是因为windows的环境问题,换成macOS编译的话目测坑会少90%以上,各种开发和编译环境在windows下都是hard模式。

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@domchen
Comment options

Answer selected by domchen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants