我在android清单包名中有问题。 它以大写字母开头。 我想用gcm注册,但我不能。 任何解决方案,因为我的应用程序已经上传到Play商店。
在我的清单中我有例如:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="Com.Example"
android:versionCode="2"
android:versionName="1.1">
当我尝试授予我的包时
<uses-permission android:name="Com.Example.permission.C2D_MESSAGE">
当我尝试运行我的应用程序时,我得到INSTALL_PARSE_FAILED_MANIFEST_MALFORMED。
我的应用程序已经在Playstore上,因此我无法使用大写字母更改大写字母的名称包。请帮忙。
非常感谢。