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

Unable to build and run the project #594

Closed
SyedHassan0514 opened this issue Apr 15, 2024 · 2 comments
Closed

Unable to build and run the project #594

SyedHassan0514 opened this issue Apr 15, 2024 · 2 comments

Comments

@SyedHassan0514
Copy link

The project is using an incompatible version (AGP 8.3.1) of the Android Gradle plugin. Latest supported version is AGP 8.1.0.

When changed the AGP to 8.1 it gives the below error.

Minimum supported Gradle version is 8.4. Current version is 8.1.

Screen Shot 2024-04-15 at 4 06 17 PM Screen Shot 2024-04-15 at 4 06 46 PM
@SyedHassan0514
Copy link
Author

Build error.

@afalls-twilio
Copy link
Contributor

afalls-twilio commented Apr 15, 2024

@SyedHassan0514 our QuickStart project uses AGP 8.3.1 so I am not surprised that downgrading ran into these issues. I would recommend upgrading your project to support AGP 8.3.1 with Gradle 8.4, which according to Google is the latest version.

If you absolutely need to use the older version of gradle and cannot upgrade, you should check out an older version of our qucikstart such as the git hash 6fb3036fe0f2fd783a79a233c435c7f9f78ef7ba which is before we upgraded AGP and gradle.

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

2 participants