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-544853254
 
 
   Okay, now it is working.
   As in this answer described (https://stackoverflow.com/a/33631853/3037763), 
you have to do the following:
   
   `open ~/.bash_profile`
   
   if bash_profile is not in your homefolder, you can create by the following:
   `touch ~/.bash_profile`
   
   Then type in this file:
   
   ```
   export ANDROID_HOME=/Users/XXX/Library/Android/sdk
   export PATH=$ANDROID_HOME/platform-tools:$PATH
   export PATH=$ANDROID_HOME/tools:$PATH
   ```
   
   Then you can check, if it is working:
   
   ```
   source ~/.bash_profile
   echo $ANDROID_HOME
   ```
   
   
   

----------------------------------------------------------------
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]

Reply via email to