"cannot find character: __FastDevLauncher" blocks deployment in Android Emulator

I port my Windows Phone app to Android using Xamarin Studio and MonoGame.

The setup went very smoothly, but when I try to deploy the project to the emulator, I get the following errors:


C:\Users\croberts\Documents\Visual Studio 2010\Projects\Shelter_Port\Shelter_Android\Shelter_Android\obj\Debug\android\src\mono\TrialSplashScreen60e2a7ae51784c7983049dbf7b06b10c.java(101,101): Error:  cannot find symbol

symbol  : class __FastDevLauncher

location: package mono.android

Intent intent = new Intent (TrialSplashScreen60e2a7ae51784c7983049dbf7b06b10c.this, mono.android.__FastDevLauncher.class);

I was not able to find anything when a google search mentioning the __FastDevLauncher class and TrialSplashScreen #####. java says maybe this has something to do with my use of the 30 day trial version of Xamarin?

No matter where I am at a dead end, where to start looking for a fix, as this is not a direct mention in my code.

Thanks in advance for your help.

Chris

0
source share
1 answer

MonoGame . , Xamarin 2.0 MonoGame 3.0.0.0. MonoGame , .

0

All Articles