Qt Creator has no access to android sdk
-
Is there a possibility to start Qt Creator with some file logging ?
As I already mentioned I get following message in Qt Creator in tab “common output”:
ENG: “The system cannot locate the defined path”
GER: “Das System kann den angegebenen Pfad nicht finden” -
You can start it with QT_DEBUG_PLUGINS=1 to see what they are doing (Qt Creator is essentially based on plugins)
-
That´s my compilers output when I try to build a android project
14:47:38: Führe Schritte für Projekt 1212 aus...
14:47:38: Unveränderte Konfiguration, qmake-Schritt wird übersprungen.
14:47:38: Starte "C:\Qt\Qt5.4.0\Tools\mingw491_32\bin\mingw32-make.exe"
mingw32-make: Nothing to be done for 'first'.
14:47:41: Der Prozess "C:\Qt\Qt5.4.0\Tools\mingw491_32\bin\mingw32-make.exe" wurde normal beendet.
14:47:41: Removing directory D:\projekte\build-1212-Android_for_armeabi_v7a_GCC_4_8_Qt_5_4_0-Release\android-build
14:47:41: Starte "C:\Qt\Qt5.4.0\Tools\mingw491_32\bin\mingw32-make.exe" INSTALL_ROOT="D:\projekte\build-1212-Android_for_armeabi_v7a_GCC_4_8_Qt_5_4_0-Release\android-build" install
copy /y "lib1212.so" "D:\projekte\build-1212-Android_for_armeabi_v7a_GCC_4_8_Qt_5_4_0-Release\android-build\libs\armeabi-v7a\lib1212.so"
1 Datei(en) kopiert.
14:47:43: Der Prozess "C:\Qt\Qt5.4.0\Tools\mingw491_32\bin\mingw32-make.exe" wurde normal beendet.
14:47:43: Starting: "C:\Qt\Qt5.4.0\5.4\android_armv7\bin\androiddeployqt.exe" --input D:/projekte/build-1212-Android_for_armeabi_v7a_GCC_4_8_Qt_5_4_0-Release/android-lib1212.so-deployment-settings.json --output D:/projekte/build-1212-Android_for_armeabi_v7a_GCC_4_8_Qt_5_4_0-Release/android-build --deployment bundled --android-platform android--1 --jdk "C:/Program Files/Java/jdk1.8.0_25" --ant C:/Qt-Addons/apache-ant-1.9.4/bin/ant.bat
Error: Target id 'android--1' is not valid. Use 'android.bat list targets' to get the target ids.
Generating Android Package
Input file: D:/projekte/build-1212-Android_for_armeabi_v7a_GCC_4_8_Qt_5_4_0-Release/android-lib1212.so-deployment-settings.json
Output directory: D:/projekte/build-1212-Android_for_armeabi_v7a_GCC_4_8_Qt_5_4_0-Release/android-build/
Application binary: D:/projekte/build-1212-Android_for_armeabi_v7a_GCC_4_8_Qt_5_4_0-Release/lib1212.so
Android build platform: android--1
Install to device: No
Buildfile: build.xml does not exist!
Build failed
Warning: Android platform 'android--1' does not exist in SDK.
Building the android package failed!
-- For more information, run this command with --verbose.
14:48:01: Der Prozess "C:\Qt\Qt5.4.0\5.4\android_armv7\bin\androiddeployqt.exe" wurde mit dem Rückgabewert 14 beendet.
Fehler beim Erstellen/Deployment des Projekts 1212 (Kit: Android for armeabi-v7a (GCC 4.8, Qt 5.4.0))
Bei der Ausführung von Schritt "Build Android APK"
14:48:01: Verstrichene Zeit: 00:23. -
That´s my output when I execute the commando "android.bat list target":
C:\Users\osm\AppData\Local\Android\sdk\tools>android.bat list target
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.C:\Users\osm\AppData\Local\Android\sdk\tools>android.bat list target
Available Android targets:id: 1 or "android-21"
Name: Android 5.0.1
Type: Platform
API level: 21
Revision: 2
Skins: HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800 (default), WVGA854, W
XGA720, WXGA800, WXGA800-7in, AndroidWearRound, AndroidWearSquare, AndroidWearRo
und, AndroidWearSquare
Tag/ABIs : android-tv/armeabi-v7a, android-tv/x86, android-wear/armeabi-v7a, an
droid-wear/x86, default/armeabi-v7a, default/x86, default/x86_64id: 2 or "Google Inc.:Google APIs:21"
Name: Google APIs
Type: Add-On
Vendor: Google Inc.
Revision: 1
Description: Android + Google APIs
Based on Android 5.0.1 (API level 21)
Libraries:
* com.android.future.usb.accessory (usb.jar)
API for USB Accessories
* com.google.android.media.effects (effects.jar)
Collection of video effects
* com.google.android.maps (maps.jar)
API for Google Maps
Skins: HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800 (default), WVGA854, W
XGA720, WXGA800, WXGA800-7in, AndroidWearRound, AndroidWearSquare, AndroidWearRo
und, AndroidWearSquare
Tag/ABIs : google_apis/x86C:\Users\osm\AppData\Local\Android\sdk\tools>
-
What it strange is that it seems you have a mismatch between your current target and the one used when trying to install the application.
Are you trying to run your software on a device ?
-
I cannot run my software on a device, because the get the error:
Error: Target id ‘android—1’ is not valid. Use ‘android.bat list targets’ to get the target ids.
But I think that is only a wrong path problem.
As I already mentioned I get following error message in Qt Creator in tab “common output” when I press the button "Apply" or "OK" in dialog Settings->Android where I define the paths to SDK,NDK,JDK and ANT:ENG: “The system cannot locate the defined path”
GER: “Das System kann den angegebenen Pfad nicht finden”How can I determine which path the system cannot find ?
I should have more information. -
I added a new user profile in Win7 and installed the Qt 5.4.0 for Android software again. But I had no success. Still I get the error in Qt Creator->Extras->Settings->Android->“Add AVD” :
“no AVD could be created for there is no actual android-sdk available. Please install a android-sdk of API version 0 or newer”Can I no longer use Qt on my PC ?
Hello, is that really possible ?
What´s the problem ? -
Have you mentioned path of JDK, SDk & NDK correctly ?
like :C:\Program Files (x86)\Java\jdk1.6.0_29
D:\Android\android
D:\Android\androidndkdid you installed Android with eclipse?
-
Hi, I faced the same problem today after upgrading to Qt 5.4.1 and the solution that worked for me was to delete all config files used by qtcreator, start qtcreator and setup JDK, Android SDK+NSK and download apache ant and provide the path to the ant binary. I use linux and up until now the system provided jdk and ant worked fine but after upgrading to 5.4.1 I had to get the latest jdk and ant binaries from the respective sites and this seems to have fixed the problem (maybe clearing out old config files also helped).
If you are wondering where the config files are, on linux they are usually:
~/.config/QtProject/
~/.config/QtProject.conf
~/.config/Trolltech.confPeace!
-
Hi, I´ve found the solution for my problem.
The problem is the McAfee Virus Scan which causes a timeout when I try to add a new AVD. I found the information that the android.bat file will be executed, which will do a lot of file copy to the tmp-directory. Then MacAfee has a lot of work and this causes the timeout, which will result in the message "No AVD could be created for there is no actual android-sdk available...".
When MacAfee Virus Scan was disabled, this problem was solved.@Qt-Developement : Please, increase the value for this timeout in further versions (>Qt5.5.0) !!!!!