Xamarin GCM组件 - 表现形式错误

时间:2016-05-25 04:41:33

标签: android xamarin

我正在使用Xamarin.Android开发一个Android应用程序。

我的应用程序运行正常,但是当我添加GCM组件时,它会出现以下错误:

Android application is debugging.
The application could not be started. Ensure that the application has been installed to the target device and has a launchable activity (MainLauncher = true).
Additionally, check Build->Configuration Manager to ensure this project is set to Deploy for this configuration.

如果我删除该组件,那么它可以正常工作。

以下是错误的图片:

enter image description here

我尝试了很多来自Google的解决方案,但没有任何帮助。

如何防止此错误发生?

1 个答案:

答案 0 :(得分:0)

您需要确保您的包名称不以大写字母开头 - 从屏幕截图中看,它看起来像“ R estaurantAPP”。

这是GCM本身的一个已知问题,并不是Xamarin组件中的错误:https://code.google.com/p/android/issues/detail?id=37658