Lines Matching refs:Android
14 Some parts of grpc-java depend on Android. Since many Java developers don't have
15 the Android SDK installed and don't need to run or modify the Android
118 How to install Android SDK
120 This section is only necessary if you are building modules depending on Android
121 (e.g., `cronet`). Non-Android users only need to use `skipAndroid=true` as
124 ### Install via Android Studio (GUI)
125 Download and install Android Studio from [Android Developer site](https://developer.android.com/stu…
126 You can find the configuration for Android SDK at:
128 Preferences -> System Settings -> Android SDK
130 Select the version of Android SDK to be installed and click `apply`. The location
131 of Android SDK being installed is shown at `Android SDK Location` at the same panel.
132 The default is `$HOME/Library/Android/sdk` for Mac OS and `$HOME/Android/Sdk` for Linux.
136 Go to [Android SDK](https://developer.android.com/studio#command-tools) and
138 you want the Android SDK to be stored. `$HOME/Library/Android/sdk` is typical on
139 Mac OS and `$HOME/Android/Sdk` for Linux.
142 export ANDROID_HOME=$HOME/Android/Sdk # Adjust to your liking
143 mkdir $HOME/Android
148 # Android SDK is now ready. Now accept licenses so the build can auto-download packages
151 # Add 'export ANDROID_HOME=$HOME/Android/Sdk' to your .bashrc or equivalent