Cannot read packageName from AndroidManifest.xml

前端 未结 14 1080
情歌与酒
情歌与酒 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:15

    Thats simply because you either copied an already existing project and its files into your newly created project. Thereby causing Manifest conflict. Because the manifest copied belongs to the other project and its paths.

    you need to recreated a manifest file in your own project file path and possibly manually copy the other project's manifest code into your newly created manifest file.

提交回复
热议问题