Cannot read packageName from AndroidManifest.xml

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

    check your manifest file should be at-> \android\app\src\main\AndroidManifest.xml

    otherwise android can't find the package name in Manifest file from a specific location

提交回复
热议问题