This repository was archived by the owner on Aug 24, 2025. It is now read-only.
Replies: 2 comments 4 replies
-
|
Using giraffe: The project is using an incompatible preview version (AGP 8.1.0-beta04) of the Android Gradle plugin. Current compatible preview version is AGP 8.1.0-rc01. Fortunately I could now automatically have it update the plugin and I could build the project. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
@MartinH80 What are you planning to do? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not an experienced developer, but know some basics. I want to give it a try, see if I can build opentracks locally, make some changes, run it and probably make pull request. Unfortunately, my first attempt fails quickly.
I am running Linux on my workstation and installed latest stable Android Studio (flamingo). Copied the repo using the github plugin, opened the project:
The project is using an incompatible version (AGP 8.1.0-beta04) of the Android Gradle plugin. Latest supported version is AGP 8.0.2
Got here: https://developer.android.com/studio/releases#android_gradle_plugin_and_android_studio_compatibility
An update to the Android studio release candidate (giraffe) should work out.
Why is the project using a beta version of gradle plugin and so introducing a dependency of the android studio release candidate? Why not just stick with latest stable versions?
Beta Was this translation helpful? Give feedback.
All reactions