SamToorchi opened a new issue #202: Cordova cannot find correct path to ANDROID_HOME URL: https://github.com/apache/cordova/issues/202 # Bug Report ## Problem Cordova cannot find correct path to ANDROID_HOME by tring to build I become this message: ``` Checking Java JDK and Android SDK versions ANDROID_SDK_ROOT=home/sam/Android/Sdk (recommended setting) ANDROID_HOME=/usr/lib/android-sdk (DEPRECATED) Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper. Please include gradle in your path, or install Android Studio ``` The problem is, that Cordova read always a wrong path to my ANDROID_HOME the write path to my ANDROID_HOME after adding `echo $ANDROID_HOME` to console is: `home/sam/Android/Sdk` I restarted my system and tried also `cordova platform remove android ` and after that with `cordova platform add android`, but it doesn't help.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
