https://forums.meteor.com/t/getting-error-while-running-cordova-notifications/42019
https://github.com/meteor/meteor/issues/4083
https://github.com/meteor/meteor/issues/4083
cd ~/.meteor/android_bundle/.android # To avd save directory rm -rf avd # Delete the created avd cd ~/.meteor/android_bundle/tools/android #To the android SDK directory tools/android # Run the android SDK manager then create a avd call meteor in the android SDK manager ln -s /home/$USER/.android/avd /home/$USER/.meteor/android_bundle/.android # link the avd in your home directory to meteor's directory meteor install-sdk android # Add back the android platform
Comments
Post a Comment