Android Studio: Fail to parse SDK may be missing the directory add-ons

前端 未结 10 1651
死守一世寂寞
死守一世寂寞 2020-12-29 05:09

I am new to android software development. When I try to write the first android program, a pop up window shows up after I finish choosing all the basic settings, said that i

10条回答
  •  不知归路
    2020-12-29 05:50

    I have faced the same problem and yes the add-ons folder was not installed in sdk folder.

    Create the folder add-ons in C:\Program Files (x86)\Android\android-studio\sdk folder.

    Then create the project again. Your problem will be solved.

提交回复
热议问题