android - Xamarin GCM Component - Manifest Malformed -


i developing android application xamarin.android.

my application running perfectly, when add gcm component gives following error:

android application debugging. application not started. ensure application has been installed target device , has launchable activity (mainlauncher = true). additionally, check build->configuration manager ensure project set deploy configuration. 

if remove component works fine.

here image error:

enter image description here

i have tried many solutions google, nothing has helped.

how can prevent error happening?

you need make sure package name not start uppercase letter - screenshot, looks "restaurantapp".

this known issue gcm , not bug in xamarin component: https://code.google.com/p/android/issues/detail?id=37658


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -