android studio new project missing folders

前端 未结 9 1398
有刺的猬
有刺的猬 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:14

    Change the SDK to a level that you have installed in the SDK manager. The SDK manager can be accessed from Tools -> Android -> SDK Manager. For me, Android Studio was packaged with API Level 17 but the new project wizard tried to target API Level 18.

提交回复
热议问题