Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts

Tuesday, April 26, 2016

Customizing Android Location

The paths for Android SDK and related tools can be customized through environment variables
  • ANDROID_HOME
  • ANDROID_SDK_HOME
Android_Home is the location of the SDK folder (android-sdk), and Android_SDK_Home is the location where the .android folder will be stored. This folder (.android) contains your settings and virtual machine files.

Thursday, November 5, 2015