码迷,mamicode.com
首页 > 移动开发 > 详细

Qt5 for Android: incompatible ABI

时间:2016-07-31 15:48:58      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:

?

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/"...

[SOLUTION]

There seems to be another workaround for this problem:

In QtCreator -> Projects -> BuildEnvironment add the variable

ANDROID_TARGET_ARCH=default/armeabi-v7a

Then the AVDs are shown as compatible.

?

Qt5 for Android: incompatible ABI

标签:

原文地址:http://www.cnblogs.com/time-is-life/p/5723082.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!