Well, to get some clues, I decided to launch the emulator directly from the Android SDK, and I get an error similar to "Command argument not found: Files\Android\android-sdk\tools\emulator-arm.exe" (I do not remember the exact message, sorry, I uninstalled it and now re installing it :-) ).
Surfing on the web, I found people with the same issue, and the problem is a bug in the SDK: Blank spaces in the path where SDK are installed are causing the issue, so if you installed the SDK in C:\Program Files\Android\android-sdk, you will get this error and the emulator will not start. They are working in this issue, meanwhile, the solution is installing the SDK in a path without spaces, I decided installing it in [drive]:\Android, then install Mono for Android again, and the problem was solved. Best regards. Daniel. El 13-07-2011 15:54, DanielSenpai escribió: > Hello. > > I'm trying to learn Mono for Android. Installed it successfully, and created > a project in VS2010 (I tried with Monodevelop also), but I can't to test the > Hello World example described in the tutorial, because the emulator does not > start. Only appears the Select Device windows without any virtual devices. I > click on the "Start emulator image" link, selected an virtual device > (previously created) and click OK. However, the emulation still does not > start. > > What am I doing wrong? > > Please, any help will be apprettiated. > > Regards. > > Daniel. > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/Emulator-does-not-start-tp4584156p4584156.html > Sent from the Mono for Android mailing list archive at Nabble.com. > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
