Unable to configure qtcreator on Debian 12 for Android
-
-
Hi. I'm trying to configure qtcreator. The qtcreator for Android configurator is looping installing command line tools.
As you can see in the picture they are installed many times and it is impossible to complete the configuration.
How can I resolve? -
@mrdebug your sdk location is under root. It is not writable. Install sdk somewhere under your user name.
-
@JoeCFD Perfect it is working. I have another problem on compile time with gradle (the latest). In order to build the project I have to choose an old java jdk version instead of the Debian one.
Do you know why?@mrdebug
scroll down:
https://developer.android.com/build/jdksAndroid Java API and language features supported 14 (API 34) 17 Core libraries 13 (API 33) 11 Core libraries 12 (API 32) 11 Java API 11 and lower Android versions
Android is a big mess.