Well I am complete new to Qt and to make it simple and easy, this person had the same issue

Qt for android doesn't find any compatible devices

They seem to fix it by someone saying

You can overcome this problem by:

In QtCreator -> Projects -> BuildEnvironment add the variable

ANDROID_TARGET_ARCH=default/armeabi-v7a

But when I click File, new and I dont see any of the options.

有帮助吗?

解决方案

The solution provided in the post you mentioned is no longer required. You can download and install the newest version of Qt Creator (currently Qt Creator 3.1). This issue has been fixed in the recent version as you can see Here. So there is no need to make a build environment variable.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top