There is no such android options and menus here: https://stackoverflow.com/a/28292048/5648245 :(
Duplicate? Issues to build apk with qt creator why there is no answer there after one year!?
At menu "Tools/Options/Kits" the only auto detected is felgo desktop gcc.
Obs.: I can't stand watching videos with instructions in case there is any...
ps.: I am using Qt Creator 4.11.2 on Ubuntu 18.04
update:
I tried gradle as specified here: https://developer.android.com/studio/build/building-cmdline#DebugMode
with: gradle assembleDebug
but there is no such task as I confirm with gradle tasks --all
.
also there is an android
path with these files:
AndroidManifest.xml
build.gradle
and gradle tasks
there outputs this error:
Could not get unknown property 'androidCompileSdkVersion' for extension 'android' of type com.android.build.gradle.internal.dsl.BaseAppModuleExtension.
I think I need to install android compiler? I will research more later...