mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Also set ANDROID_SDK_HOME
Hopefully will help with the "PANIC" crash of android emulator
This commit is contained in:
@@ -45,9 +45,11 @@ if [ -z "$USE_GLOBAL_ADK" ] ; then
|
||||
export PATH="${ANT_HOME}/bin:${PATH}"
|
||||
|
||||
export HOME="${ANDROID_BUNDLE}"
|
||||
export ANDROID_SDK_HOME="${ANDROID_BUNDLE}"
|
||||
else
|
||||
# to use a global ADK we don't set PATH, ANT_HOME
|
||||
# relying that they are installed and available globally
|
||||
export ANDROID_SDK_HOME="${HOME}"
|
||||
true
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user