Hi All
I have just installed Android SDK and Eclipse with the Android plug-in
Then I walked Hello Android tutorial on
http://developer.android.com/resources/tutorials/hello-world.html
The installation was OK, without any error or warnings, but when I tryed to run the Hello Android app with Eclipse I got the following in the Eclipse console window and the emulator refuses to start
[2011-09-12 17:49:00 - HelloAnderoid] ------------------------------
[2011-09-12 17:49:00 - HelloAnderoid] Android Launch!
[2011-09-12 17:49:00 - HelloAnderoid] adb is running normally.
[2011-09-12 17:49:00 - HelloAnderoid] Performing se.example.helloanderiod.HelloAnderoidActivity activity launch
[2011-09-12 17:49:00 - HelloAnderoid] Automatic Target Mode: launching new emulator with compatible AVD 'kl'
[2011-09-12 17:49:00 - HelloAnderoid] Launching a new emulator with Virtual Device 'kl'
[
2011-09-12 17:49:04 - Emulator] invalid command-line parameter: Files.
[2011-09-12 17:49:04 - Emulator] Hint: use '@foo' to launch a virtual device named 'foo'.
[2011-09-12 17:49:04 - Emulator] please use -help for more information
I have installed the apk file on my android phone and there it works OK
My environment loks like this
JDK7 : C:\Program Files\Java\jdk1.7.0
C:\Program Files\Java\jre7
Android SDK: C:\Program Files (x86)\Android\android-sdk
Eclipse: C:\Users\Hans\Documents\Anderoid_development_downloads\eclipse
I have also tried to start it with the Android AVD manager with same result
invalid command-line parameter: Files.
Hint: use '@foo' to launch a virtual device named 'foo'.
please use -help for more information
Is there any one who can say way and what to do about it
With regards
HansP