I am unable to install Android support Library,
I am using Macos Sierra , Eclipse Neon, Gluon Plugin with Android-Sdk Build.gradle is :
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'org.javafxports:jfxmobile-plugin:1.0.0-b10'
}
}
apply plugin: 'org.javafxports.jfxmobile'
repositories {
jcenter()
}
mainClassName = 'com.gluonapplication.GluonApplication'
jfxmobile {
android {
manifest = 'src/android/AndroidManifest.xml'
androidSdk = '/usr/local/Cellar/android-sdk/24.4.1_1/'
}
}
the Exception is when i run AndroidInstall On Adb device :
Cannot expand ZIP '/usr/local/Cellar/android-sdk/24.4.1_1/extras/android/support/multidex/library/libs/android-support-multidex.jar' as it does not exist.
SDK-MANAGER LOOKS LIKE : i cannot see the Android support Library even if i check obsolete
i have did this also :
android update sdk --no-ui -a --filter "extra-android-m2repository"
please Help