Xamarin Studio と MonoGame を使用して、Windows Phone アプリを Android に移植しています。
セットアップは非常にスムーズに進みましたが、プロジェクトをエミュレーターにデプロイしようとすると、次のエラーが発生します。
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);
__FastDevLauncher クラスに言及している Google 検索では何も見つかりませんでした。TrialSplashScreen#####.java は、Xamarin の 30 日間試用版を使用していることに関係があるのではないかと示唆していますか?
とにかく、コードで直接参照されているものではないため、どこから修正を探し始めればよいか困惑しています。
助けてくれてありがとう。
クリス