SDK Location not found Android Studio + Gradle

后端 未结 13 2261
北荒
北荒 2020-12-08 04:09

I have seen this same thing posted quite a few times, but whenever I try to import my project to my new work laptop I keep getting this error.

I have pulled the proj

13条回答
  •  醉梦人生
    2020-12-08 04:40

    I clone libgdx demo, can't import project. it also reminds like this.

    Env:
    
    Eclipse(Android-ADT)
    
    window 7
    

    so I create local.properties file at the project root, like following

    sdk.dir = D:/adt-bundle-windows-x86/sdk
    

    I hope this can help others!

提交回复
热议问题