How to fix INSTALL_PARSE_FAILED_MANIFEST_MALFORMED in my android application

后端 未结 11 1110
攒了一身酷
攒了一身酷 2020-11-30 09:04

Hi I am trying to experiment with gcm but unable to make it work. Don\'t know where I am messing with it, below is the error I am getting. I am trying to deploy my applicati

11条回答
  •  心在旅途
    2020-11-30 09:27

    There's issue about this: http://code.google.com/p/android/issues/detail?id=37658 Capital letters can't be used in package names within permissions. You got (same as me) into difficult situation when you have deployed application with package name like this and you need to use GCM. I tried to use some kind of short form of permission:

    
    
    

    I also defined service in the same way. It had to be in application package. It worked on Android 4.3. Probably on 4.2 also. I know that on 4.0.3 it didn't.

提交回复
热议问题