Reputation: 18639
I am new to android development and a tutorial for it suggests I can get an android option in Eclipse under the Windows->Preferences screen. How can I actually get that? It wasn't one of the defaults.
Upvotes: 0
Views: 131
Reputation: 1349
assuming you've completed bobe-feh's instructions...your next setup would be to goto the avd manager (its just below the 'Navigate' option) and setup a new Virtual device. Now your good to go ahead testing your applications
Upvotes: 1
Reputation: 48871
There are complete instructions for working with Android (including Eclipse) on this page...
Upvotes: 1
Reputation: 36
Assuming you have the Android SDK, installed it, and updated it using the SDK manager.
In Eclipse, go to Help then install new software.
In "Work with" enter the following: https://dl-ssl.google.com/android/eclipse
Put a checkmark in "Developer Tools" (that will grab all of the items, you may not need all, but DDMS an Development Tools are important.
After that just click Yeahohkaywhatever on prompts and should be good to go.
Upvotes: 2