ERROR: Android Source Generator: [project] AndroidManifest.xml file not found

前端 未结 13 830
旧时难觅i
旧时难觅i 2021-02-03 17:57

I am a newbie to android , using intellij idea. when I want to compile my hello-world ( the first step ;) ) I faced with this error \"Android Source Generator: [project] Android

13条回答
  •  醉梦人生
    2021-02-03 18:31

    Go to the directory where you have installed Android SDK. There, go to tools directory. Note down the path of tools directory.

    Open command prompt/terminal, and cd to tools directory:

    cd 
    

    Run command:

    android update project -p  -n  -t android-15
    

    To create a new project:

    android create project -p  -n  -k  -a  -t 
    

提交回复
热议问题