Skip to content Skip to sidebar Skip to footer

Error Building Qt Application For Android Target With Qt Creator 4.3.1 / Android Studio 2.3.3

Is there workaround on how to build app for android target with Qt earlier than 5.9 having latest Android Studio (2.3.3) and latest Qt Creator (4.3.1) on Windows? I'm getting foll

Solution 1:

Looks like workaround is to downgrage SDK tools to the version 25.2.5. Can be downloaded from here.

For my environment I kept both versions of SDK tools, switching between them with symlink:

     tools -> /c/devtools/Android/SDK/tools.25.2.5
     tools.25.2.5
     tools.26.0.2

Post a Comment for "Error Building Qt Application For Android Target With Qt Creator 4.3.1 / Android Studio 2.3.3"