Reputation: 27
I am new to android, my emulator is not working. I installed eclipse.exe file in the following location: D:\uni course software\android\eclipse
Below is the error i get when launching the emulator:
Android Launch!
adb is running normally.
Performing com.example.loginpg.LoginpgActivity activity launch
Automatic Target Mode: launching new emulator with compatible AVD 'fyp'
Launching a new emulator with Virtual Device 'fyp'
invalid command-line parameter: course.
Hint: use '@foo' to launch a virtual device named 'foo'.
please use -help for more information
Upvotes: 2
Views: 797
Reputation: 9697
Try using Genymotion. You can download a version for Windows/Mac OS X/Linux after registering. A plugin for Eclipse is also avaliable.
i give you link Genymotion Emulator please download and setup.
as per my experience Genymotion Vertual device is faster then android emulator.
Upvotes: 0
Reputation: 186
Upvotes: 0
Reputation: 9252
The problem is that you have your software in a folder with a space (or multiple spaces).
"D:\uni course software\android\eclipse"
invalid command-line parameter: course.
Try putting it in a different directory (with no spaces) such as c:\android-dev
Upvotes: 2
Reputation: 770
Is the AVD running properly? Also, are you sure you have set the Android SDK path correct in Eclipse? I think this is a problem with the emulator installation itself. Check the files inside the tools folder of your android-sdk!
If nothing seems to work, place the SDK in another folder and try using it.
Upvotes: 0