We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
此项目不能在虚拟机运行啊? 是哪个包的限制了??
The text was updated successfully, but these errors were encountered:
此项目不能在虚拟机运行啊?是哪个包的限制了??
麻烦问下,用的哪个版本的模拟器,我复现一下。
Sorry, something went wrong.
此项目不能在虚拟机运行啊?是哪个包的限制了?? 麻烦问下,用的哪个版本的模拟器,我复现一下。
@bluesiboy 找到原因了,是因为没有指定 x86_64 的 abi。 你可以在这里进行修改:android\app\build.gradle
x86_64
android\app\build.gradle
android { ... defaultConfig { ... ndk { abiFilters 'x86','x86_64','armeabi-v7a','arm64-v8a' } } }
晚些,我会提交这个更新,再次感谢你的反馈!
feat: x86_64 支持 #10
2118e1f
No branches or pull requests
此项目不能在虚拟机运行啊? 是哪个包的限制了??
The text was updated successfully, but these errors were encountered: