[android-beginners] Re: creating an avd

2009-07-01 Thread Thush
There are two ways to create an AVD: 1. Use Eclipse plugin Goto Window->Android AVD Manager and fill out necessary fields in Create AVD section. 2. Use the Android command (android.bat is in Tools folder) android create avd --target 2 --name my_avd Good luck! Thushan On Jun 30, 1:05 am, ai

[android-beginners] Re: Android SDK

2009-06-26 Thread Thush
Go to: Eclipse -> Window -> Preferences -> Android -> SDK Location Give the root folder where you extracted your Android SDK. eg. C:\Android\android-sdk-windows-1.5_r2 It should work. Let me know. Thushan On Jun 6, 4:51 am, Troy Borja wrote: > I too am running the same setup as rickbaker73.