Android Studio Configuration
Tips for Android Studio configuration - specially for Windows 7...
I have just configured on my Windows 7... It took some time to figure out knows configuration issues... May be below tips help someone to configure quickly...
Tip 1: Does it fails to launch/open Android Studio?
Set the JDKHOME environment variable with following values worked for me
Value: "JDKPath" (Like: C:\Program Files\Java\jdk1.7.0_21)
Tip 2: Click on "New Project" you may encountered below error
</> Error: "Your Android SDK is out of date or is missing templates. Please ensure you are using SDK version 22 or later"</>
Install new updates using SDK manager and make sure you have latest updates like: Android SDK Tools 22, Android SDK Platform-Tools 17, Android SDK Build Tools 17... after that restarting the SDK manager should work.
Tip 3:
If you have 2 different source of Android SDK (one you have configured with Eclipse) and do not want to mess up with existing Eclipse setup... Follow below steps and update new SDK path in Android Studio.
Step-1: Open Android Studio
Step-2: Select Project Defaults then Project Structure
Step-3: Click on "New"
Step-4: Select "Android SDK"
Step-5: Select your updated SDK folder
Written by Ankit Shah
Related protips
2 Responses
It will be a massive help to people having issues if you copy and paste the error messages you had along with the solution.
That way Google can pick it up and let people who are having issues find this protip.
Thanks for sharing!
@sergiotapia Sure - will try to capture screen-shots and update/edit above protip