error: androidmanifest.xml file missing --> What am i missing?

前端 未结 6 1690
深忆病人
深忆病人 2020-12-14 02:07

Hi I am completely new to Android programming and the question I am asking might be something very simple, but I do not have any idea about how to make it work, so kindly be

6条回答
  •  独厮守ぢ
    2020-12-14 03:02

    what worked for me:

    • Uncheck Project>Build Automatically
    • Close project
    • Open Project
    • Clean project
    • manually Project> Build project then it worked.

    Eventually i checked back Build Automatically.

    I do not know what`s with "Build Automatically", It gives me some problem also when i export my Google play games (especially when i used external libray, like AndEngine for instance).

    To fix it, i do a similar thing to fix the problem (uncheck it, clean, build manually)

提交回复
热议问题