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.

 

相关文章:

  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
  • 2021-07-18
猜你喜欢
  • 2021-10-11
  • 2021-07-05
  • 2021-07-29
  • 2021-07-06
  • 2021-11-06
  • 2022-12-23
相关资源
相似解决方案