I would like to develop an Android app using the Gluon Mobile framework.
I installed the Gluon plugin in my Netbeans IDE, created a sample project and built it successfully.
Now I would like to deploy the app to an Android device. I'm referring to the online documentation [1]: http://docs.gluonhq.com/charm/4.2.0/#_getting_started
As in [1], section "2.1.3. Android", I downloaded Android Studio 2.2.3 and installed the build-tools version 23.0.1 and the SDK Platform for API 21 from the Android SDK Manager.
However I can't see/install the "Android Support Library" from the Extras menu (Yes, I marked the "Obsolete" box).
Not surprisingly, I get the following error message, when I use "right click on my Netbeans-Project -> Tasks -> android -> android":
FAILURE: Build failed with an exception.
- What went wrong:
Failed to capture snapshot of input files for task 'mergeClassesIntoJar' during up-to-date check.
java.io.FileNotFoundException: C:Users...AppDataLocalAndroidsdkextrasandroidsupportmultidexlibrarylibsandroid-support-multidex.jar (Das System kann den angegebenen Pfad nicht finden)
Indeed, the file "android-support-multidex.jar" is not available since the "Android Support Library" is not installed.
How can I install the "Android Support Library"?
Any help is very much appreciated!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…