Cannot read packageName from AndroidManifest.xml

前端 未结 14 1169
情歌与酒
情歌与酒 2020-12-15 19:52

I have errors in my android manifest file:

Error:Cannot read packageName from C:\\Users\\brandon\\AndroidStudioProjects\\MineDodge2\\app\\src\\main\\AndroidM         


        
14条回答
  •  情话喂你
    2020-12-15 20:18

    Your second and are not allowed here. I think ` < manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.brandon.MineDodge" >

    
        
            
                
                
            
        
    
        
    
    

    ` That will be OK.

提交回复
热议问题