android studio new project missing folders

前端 未结 9 1397
有刺的猬
有刺的猬 2020-12-05 07:04

I have created a new project using the latest version of Android Studio (0.2.2), this is a fresh install of studio. When I am in the project explorer view, it fails to show

9条回答
  •  独厮守ぢ
    2020-12-05 07:34

    You have created a new gradle project not a new android project. Update your android studio tools to 0.2.3 - Go to Help menu - select check for update. then Update your android sdk tools, android support repository, android support library and android build tools using android sdk manager.

    enter image description here And update some configuration in project structure. Go to File menu->project structure -> in projects tab select Android SDK as default sdk and in SDKs tab set correct path to updated android sdk.

    Now restart android studio and try to create a new project and it should work fine.

提交回复
热议问题