How to change Gradle\SDK settings when opening Android Studio project from a different PC

前端 未结 2 1826
你的背包
你的背包 2021-01-03 14:53

I Copied my Android Studio project from my work PC and copied it to my home PC. When I opened the project I got the following error:

Failed to import

2条回答
  •  自闭症患者
    2021-01-03 15:13

    I found a similar question in: Gradle build errors after updating Android Studio

    in the local.properties file in the root of the project, change the sdk.dir value.

提交回复
热议问题