Searched refs:ANDROID_HOME (Results 1 – 25 of 26) sorted by relevance
12
22 ANDROID_HOME="$(cd "$ANDROID_HOME"; pwd)"61 The environment variables ANDROID_NDK and ANDROID_HOME must be set to the65 ANDROID_HOME="$ANDROID_HOME"74 [ -d "$ANDROID_HOME" ] || usage
66 <("${ANDROID_HOME}/tools/bin/apkanalyzer" dex references \70 all_new_methods=`"${ANDROID_HOME}/tools/bin/apkanalyzer" dex packages \87 …<("${ANDROID_HOME}/tools/bin/apkanalyzer" dex references app/build/outputs/apk/release/app-release…90 all_old_methods=`"${ANDROID_HOME}/tools/bin/apkanalyzer" dex packages --proguard-mapping app/build/…
23 if ! [ -d "$ANDROID_HOME" ] || ! [ -x "${ANDROID_HOME}/platform-tools/adb" ]; then
28 Set the `ANDROID_HOME` environment variable.33 export ANDROID_HOME=~/android-sdk # Or wherever you installed the Android SDK.37 export PATH="${PATH}:${ANDROID_HOME}/platform-tools"
3 # in $ANDROID_HOME/tools/proguard/proguard-android.txt
29 and set the `ANDROID_HOME` environment variable to point to the root of the SDK30 (e.g. `export ANDROID_HOME=/usr/local/me/Android/Sdk`).
41 [Android SDK](https://developer.android.com/studio/#command-tools) installed and your `ANDROID_HOME…46 export ANDROID_HOME=~/android-sdk # Or wherever you installed the Android SDK.
28 # $ANDROID_HOME/out/target/product/
75 +android_home = os.getenv("ANDROID_HOME",201 +android_home = os.getenv("ANDROID_HOME",322 +android_home = os.getenv("ANDROID_HOME",431 +android_home = os.getenv("ANDROID_HOME",660 +android_home = os.getenv("ANDROID_HOME",764 +android_home = os.getenv("ANDROID_HOME",
1 # This image can be used to build an Android app using the NDK, since $ANDROID_HOME is set.
18 androidHome = "$System.env.ANDROID_HOME"
3 // $ ANDROID_HOME=/path/to/android-sdk gradle build
51 *Note*: You'll need Maven installed, `ANDROID_HOME` set and to have the SDK and Google APIs for API…
14 androidHome = "$System.env.ANDROID_HOME"