简体   繁体   中英

Can't open Android samples using Android Studio

I just started using Android Studios and wanted to look at some of the sample code that Google already provides in their apk samples.

However, when I try importing a project, it tells me: "You are using an old, unsupported version of Gradle. Please use version 1.8 or greater. Please point to a supported Gradle version in the project's Gradle settings or in the project's Gradle wrapper (if applicable.) Consult IDE log for more details (Help | Show Log)"

In my .gradle/wrapper/dists, I have gradle-1.6-bin and gradle-1.8-bin. I tried updating the gradle to 1.8 from 1.6 in the gradle-wrapper.properties file in the project itself, but I can't seem to save the file after editing it.

Step 1: Change line in build.gradle:

dependencies { classpath 'com.android.tools.build:gradle:0.6.+' } Step 2:

In the YourProject.iml file, delete the entire component name="FacetManager" tag.

Step 3

(Maybe not necessary): In the Android SDK manager, install (if not already installed) Android Support Repository under Extras.

Refer to these 2 links. It answers your question.

getting error when importing project in android studio?

Unable to import Eclipse project to Android Studio

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM