-
Notifications
You must be signed in to change notification settings - Fork 576
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
Project does not compile with Android Studio v3.1.3 #175
Comments
Have tried both Mac and PC |
Here is the solution for this problem :
Step 6: You will see more errors in the Build tab. Working through them 1 by 1. Update everything. Step 8: Run your app. I recommend you download an older image of android. The latest version of Lollipop is sufficient for most applications. You can change this later easily. Let it install. Run the app on the lollipop image. Done. |
Should I submit this to the ReadMe in a PR? |
I solved the problem. PR is here #178. Here is the steps,
References: |
Using latest version of Android Studio, the project does not compile.
"Unsupported method: BaseConfig.getApplicationIdSuffix().
The version of Gradle you connect to does not support that method.
To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.
"
Please advise.
The text was updated successfully, but these errors were encountered: