To develop you need:
Also don’t forget to add Environment variable:
- name = ANDROID
value = your_path_to_android_sdk\tools - name = JAVA_HOME
value = c:\program files\java\jdk - add to Path variable %JAVA_HOME%\bin and %ANDROID% strings
Install ADT:
- Eclipse menu – Help – Install new software – Add
- Location field = https://dl-ssl.google.com/android/eclipse
- Check on all packages
Set path to Android SDK in Eclipse
- Eclipse menu – Window – Preferences
- Select Android in left panel
- SDK Location field = your_path_to_android_sdk
If you haven’t Android Virtual Device Manager in Window menu, you have to go Window – Customize Perspective – Command Groups Availability page and check on Android SDK and AVD Manager.
In order to enable Developer options in Samsung Galaxy S3 you’ve to go Settings – More – About device. You will see Build number, then click click click click on it. Really, it works. Developer options will appear.
If you changed your Home dir in Windows, then perhaps you’ll have to create symlink:
[code language=”css”]
mklink /J C:\Users\your_user\.android your_path_to_new_dir
[/code]
(e.g. mklink /J C:\Users\arvifox\.android d:\arvifox\.android)