You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Open if an existing project is open, or Import otherwise
Navigate to the build.gradle file in the root of the project
Accept all the defaults in the Import wizard
Eclipse
Create an Eclipse project and import it
From a command prompt, execute >gradlew cleanEclipse eclipse
Use File → Open → General → Existing Projects Into Workspace → navigate to the root of the project and select it
Setting a Gradle proxy (if necessary)
If you have a proxy to configure, create a file called gradle.properties in either the project root directory or in ~/.gradle (create that folder if necessary) and add: