Remove Project from Android Studio

前端 未结 15 1421
终归单人心
终归单人心 2020-12-23 15:44

Does any one know how to remove a project from Android Studio in an attempt to re- export it from Eclipse?

So far I have tried removing all the gradle files associa

15条回答
  •  独厮守ぢ
    2020-12-23 16:08

    The location of SDK is incorrect, the name of one filer is with place this is creating an issue. By removing that space issue will be resolved. old SDK location:

    C:\Users\At Tech\AppData\Local\Android\Sdk
    

    new SDK location:

    F:\AndroidSDK\Sdk
    

提交回复
热议问题