AndroidManifest.xml is missing

前端 未结 10 1154
天涯浪人
天涯浪人 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:32

    I closed all projects that were unrelated with the one I was trying to run (right-click on project in Project Explorer and then selecting Close Project) and the problem magically disappeared (for no apparent reason). Then, even after I re-opened the closed projects, the problem did not come back.

    0 讨论(0)
  • 2020-12-08 13:32

    I had the problem in android studio after an update , it worked by Tools ->Android ->sync with gradle file

    0 讨论(0)
  • 2020-12-08 13:43

    Restart your eclipse and make sure that build automatically checked. It worked for me all the time. Hope this helps some one.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题