Closed eseidel closed 3 weeks ago
@Moinuddin9777 We would love to help.
My guess is that this is https://stackoverflow.com/questions/32513740/gradle-build-failure-could-not-open-proj-class-cache-for-build-file
And the probably shorebird
is finding the wrong java
binary?
You can test this theory by comparing the output of flutter doctor -v
and shorebird doctor -v
and making sure they find the same java
When you run flutter build apk
your App builds correctly, but then it fails when built with shorebird release android
correct?
Would love to help, but would need more information. Please don't hesitate to reach out if we can be of help! https://discord.gg/shorebird reaches us live every day.
@Moinuddin9777 writes:
For me this very issue came up after migrating an old project, I had no implementation of shorebird in that project.
What all I tried:
rm rf .gradle/caches and rebuild (just now)
In my case it might be due to deprecation of some files in .gradle
Originally posted by @Moinuddin9777 in https://github.com/shorebirdtech/shorebird/issues/1393#issuecomment-2298068855