How to set gradle home while importing existing project in Android studio

后端 未结 29 1364
借酒劲吻你
借酒劲吻你 2020-12-02 04:49

How to set gradle home while importing existing project in Android studio. While trying to import I need to set up this path.

29条回答
  •  -上瘾入骨i
    2020-12-02 04:58

    For migrating from eclipse to android studio

    (Do not need to specify the Gradle home.)

    1. Locate the project you exported from Eclipse, expand it, select the build.gradle file and click OK.
    2. In the following dialog, leave Use gradle wrapper selected and click OK.

    Try this for windows users

    http://blog.blundell-apps.com/setting-up-android-studio-gradle-windows-7/

提交回复
热议问题