Re: Emulator v1.5

2009-04-20 Thread Xavier Ducrohet
Just open a windows command prompt, and type set :) thanks, Xav On Mon, Apr 20, 2009 at 2:12 PM, Noah noahcol...@gmail.com wrote: Sure. I'm new to Android development and have only gone through getting the emulator and Eclipse set up. If you can be more specific about what commands you

Re: Emulator v1.5

2009-04-20 Thread Noah
Ah, now I feel stupid, I figured it was a command with the emulator :) Anyway, here are all the environment variables: C:\Users\Noahset ALLUSERSPROFILE=C:\ProgramData APPDATA=C:\Users\Noah\AppData\Roaming CLASSPATH=.;C:\Program Files (x86)\QuickTime\QTSystem\QTJava.zip

Re: Emulator v1.5

2009-04-20 Thread im.thatoneguy
Where do you set this variable? An ini file? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups android-framework group. To post to this group, send email to android-framework@googlegroups.com To unsubscribe from this

Re: Emulator v1.5

2009-04-20 Thread Noah
Thanks Xav, I'll give this a try a bit later when I get a chance. im.thatoneguy - In Windows Vista, go to System (from Control Panel), click Advanced System Settings, Advanced tab, Environment Variables. Then add a new System Variable. XP is similar. On Apr 20, 6:39 pm, im.thatoneguy

Re: Emulator v1.5

2009-04-19 Thread Xavier Ducrohet
Hi Noah, It looks like the Java API used by the Android tool to return the home user folder properly found it in D:\... However, the C API used by the emulator seems to return the wrong one (using the default C:\User\XXX) We'll have to see if/how we can fix this. From the path you mention, I'm

Re: Emulator v1.5

2009-04-15 Thread Raphael
Can you start the emulator with the following debug option? $ emulator -debug avd_config -avd android11 That will show us the exact error. R. On Tue, Apr 14, 2009 at 3:30 PM, im.thatoneguy im.thatone...@gmail.com wrote: I created an AVD Android11 If I run Android list avd it lists