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

Doesn't build on Flamingo and Giraffe #125

Open
djnotes opened this issue Mar 6, 2023 · 2 comments
Open

Doesn't build on Flamingo and Giraffe #125

djnotes opened this issue Mar 6, 2023 · 2 comments

Comments

@djnotes
Copy link

djnotes commented Mar 6, 2023

I'm trying to build the app on Windows using Giraffe Canary 8, and Flamingo Beta 4. Both of them fail with the following error:

Unable to make field private static final java.util.Map java.lang.ProcessEnvironment.theCaseInsensitiveEnvironment accessible: module java.base does not "opens java.lang" to unnamed module @436e852b

Android Studio doesn't tell much except the error, and doesn't point to any source file or something. Any ideas what is wrong?

@stevenv-synap
Copy link

Hi @djnotes,

This repo is pretty out of date for some of the dependencies.
If you're on Flamingo, you can try upgrading to these versions and it should build:

build.gradle
classpath 'com.android.tools.build:gradle:7.0.4'

And in the gradle-wrapper.properties, upgrade the distributionUrl for the plugin:
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip

@t14z
Copy link

t14z commented Apr 17, 2024 via email

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

3 participants