Error building Qt Application for Android target with Qt Creator 4.3.1 / Android Studio 2.3.3 -
is there workaround on how build app android target qt earlier 5.9 having latest android studio (2.3.3) , latest qt creator (4.3.1) on windows? i'm getting following error message while building dummy "helloworld" example:
installed sdk tools version (25.3.0) not include gradle scripts. minimum qt version required gradle build work 5.9.0
looks workaround downgrage sdk tools version 25.2.5. can downloaded here.
for environment kept both versions of sdk tools, switching between them symlink:
tools -> /c/devtools/android/sdk/tools.25.2.5 tools.25.2.5 tools.26.0.2
Comments
Post a Comment