Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Studio 3.2 can NOT parse project #5

Open
TAMHAN opened this issue Aug 15, 2018 · 0 comments
Open

Android Studio 3.2 can NOT parse project #5

TAMHAN opened this issue Aug 15, 2018 · 0 comments

Comments

@TAMHAN
Copy link

TAMHAN commented Aug 15, 2018

Hello Folks,
just wanted to report that Android Studio 3.2 does NOT like this project. In the first step, it complains about MIPS support missing - this is fixed by manually updating the version of the Gradle plugin:
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-beta05'

After that, allow Android Studio to perform missing updates to the project.

Next, add the missing repo to allprojects:
allprojects {
repositories {
jcenter()
google()

}

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant