AndroidManifest.xml is missing

前端 未结 10 1176
天涯浪人
天涯浪人 2020-12-08 13:00

I created one android application project in eclipse and whenever I tried to run that application its throwing an error message saying AndroidManifest.xml file

10条回答
  •  不知归路
    2020-12-08 13:45

    I was able to fix this by manually deleting the bin directory, as well as the gen directory, right clicking project and selecting Android Tools->Fix Project Properties, then using Project->Build All.

提交回复
热议问题