desmeit edited a comment on issue #855: Creating bundle package with 8.1.0 not working URL: https://github.com/apache/cordova-android/issues/855#issuecomment-544838309 Okay, my feedback: I have updated and installed everything as recommended by you. I also created a ~/.bash_profile with the following content: ``` export PATH=$PATH:$ANDROID_SDK_ROOT/tools/bin export PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools export PATH=$PATH:$ANDROID_SDK_ROOT/emulator export PATH=$PATH:$ANDROID_SDK_ROOT/build-tools/${version} ``` Before it was: ``` ANDROID_SDK_ROOT=undefined (recommended setting) ANDROID_HOME=/XXX/Library/Android/sdk (DEPRECATED) ``` Now it is: ``` ANDROID_SDK_ROOT=/XXX/Library/Android/sdk (recommended setting) ANDROID_HOME=/XXX/Library/Android/sdk (DEPRECATED) ``` The problem still exists. I'm not able to create a bundle package. ``` * What went wrong: A problem occurred evaluating project ':app'. > Unable to determine Android SDK directory. ```
---------------------------------------------------------------- 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]
