Difference between revisions of "Developing For Android Using Eclipse"

m
Line 23: Line 23:
 
# Click ''"Apply"'' and then ''"OK"''
 
# Click ''"Apply"'' and then ''"OK"''
  
Everything should now be set up for Android development
+
Everything should now be set up for Android development.
  
  
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 20:09, 10 October 2013

On a CS Linux machine (Grad or Ugrad Net), do the following:

  1. Open Eclipse and choose a directory to be your workspace.
  2. Click Help->Install New Software
  3. Click Add... and enter:
    • Name: Android
    • 'Location: https://dl-ssl.google.com/android/eclipse/
  4. Click Add... again and enter:
    • Name: Eclipse
    • 'Location: http://download.eclipse.org/releases/galileo/
  5. Make sure Android is selected in the "Work with:" drop down next to the Add... button
  6. Select the checkbox next to "Developer Tools"
  7. Click Next
  8. Click Next again
  9. Accept the agreement and then click Finish
  10. If you get a security warning, click OK
  11. After the install, Eclipse will ask you to restart. Choose "Yes"
  12. Now click Window->Preferences
  13. Select the Android
  14. Uncheck "Send usage statistics to Google" and click OK
  15. Click "Browse" next to SDK Location
  16. Browse to "/usr/local/android" and select OK
  17. Click "Apply" and then "OK"

Everything should now be set up for Android development.