How to fix INSTALL_PARSE_FAILED_MANIFEST_MALFORMED in my android application

后端 未结 11 1111
攒了一身酷
攒了一身酷 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

    In my case I was mentioned the package name in small letters only. But for few of the activities I named it with partial name i.e android:name=".ContactUs" . After I solved it by prefixing full package name before all the activity name, service name and broadcast provider name in Manifest file.

    Working code

    
    
    
    
    
    
    
    
    
        
            
                
    
                
                
            
        
        
        
            
        
    
        
            
                
            
        
        
            
                
            
        
    
        
            
        
        
            
        
        
            
        
    
    

提交回复
热议问题