• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Android SDK

hrocky

Newbie
Sorry, I didn't know where to post this, But whenever I run the 1.5 Android SDK, I just get a Black CMD box flash for about 1/12 of a second, then nothing. I can't read what it says but it says something... :mad:

*EDIT*

Forgot to say the Android 1.1 R1 Emulator works fine.
 
I just want to run the Emulator to check out android, since I haven't got my HTC Magic yet... I'm no developer :P
 
Yes it's new...it came with the 1.5 SDK...

You need to run a command to create one before you can actually run the emulator...

In the command prompt, navigate to your 1.5 SDK tools folder... <path>:\android_1.5\tools or similar

Then type in the command "android create avd"

That will tell you what parameters to put through...
 
Sorry was away for a while...

I get:

Available Android Virtual Devices:
Name: AVD1
Path: C:\Documents and Settings\Account\.android\avd\AVD1.avd
Target: Android 1.5 (API level 3)
Skin: HVGA
 
Sorry..now I was away for a while...lol...a LONG while...

You may need to run the emulator through the command line as well...in order to specify which AVD to use (I normally just run through Eclipse)...

Try this command...

"emulator -avd AVD1"
 
Back
Top Bottom