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

前端 未结 6 1691
深忆病人
深忆病人 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 02:53

    This is build issue.

    Go to Menu in eclipse, Project>clean then Project>Build All

    Clean instruction will remove all build configuration and fix all build issues.

提交回复
热议问题