问题描述
我最近安装QT5和工程就像一个魅力API 17和armeabi-V7A。
但我说的第二AVD与其他参数(当然,我在安装AVD设置包)。现在,我不能编译第一个项目,并为API10新项目。当检查任何工具链(armeabi或armeabi-V7A),窗口选择AVD说,我没有兼容的AVD(在消息显示AVD支持默认/ armeabi
或默认/ armeabi-V7A
)。
任何人都知道我可以修复吗?我认为这个问题是默认/
I recently installed Qt5 and works like a charm for API 17 and armeabi-v7a.
But I added second AVD with other parameters (of course, I installed packages in AVD settings). Now, I can't compile first project and new project for API10. When check any toolchain (armeabi or armeabi-v7a), window for choose AVD says that I don't have compatible AVD (in message displays that AVD supports default/armeabi
or default/armeabi-v7a
).
Anyone know how I can repair this? I think that problem is with "default/
"...
推荐答案
似乎是另一个解决这一问题:
There seems to be another workaround for this problem:
在QtCreator - >项目 - > BuildEnvironment添加变量
In QtCreator -> Projects -> BuildEnvironment add the variable
ANDROID_TARGET_ARCH =默认/ armeabi-V7A
然后AVDS显示为兼容。
Then the AVDs are shown as compatible.
这篇关于QT5为Android:不兼容的ABI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!