Resources referenced from the manifest cannot vary by configuration

后端 未结 2 1275
无人及你
无人及你 2021-01-17 18:01

When I want to insert the follow meta-tag:



        
2条回答
  •  独厮守ぢ
    2021-01-17 18:45

    Variation of resources in AndroidManifest.xml is detected as error.

    It may be ignored like this:

    
    
    
        ...
    
        
    
       ...
    
    
    

    see: Android : Facebook app id showing error in values-ta/strings.xml and can't able to generate signed apk

提交回复
热议问题