Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top