首页 > 移动平台 > 详细

Qt5 for Android: incompatible ABI

时间:2016-07-31 15:48:56      阅读:423      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!