Closed LeOS-GSI closed 11 months ago
after updating javac to 17 I'm getting this error `AndroidApks/temp/iceraven-browser$ ./gradlew app:assemblefenixForkRelease -PversionName="$(git describe --tags HEAD)" [settings] Loaded local.properties [settings] Disabled auto-publication of application-services. Enable it by settings 'autoPublish.application-services.dir' in local.properties [settings] Disabled auto-publication of Glean. Enable it by settings 'autoPublish.glean.dir' in local.properties
Configure project :app Requires glean_parser 8.1
FAILURE: Build failed with an exception.
Where: Build file '/media/ich/1TB_SSD1/AndroidApks/temp/iceraven-browser/app/build.gradle' line: 913
What went wrong: A problem occurred evaluating project ':app'.
../version.txt (No such file or directory)
`
OK, after commenting line 316 and 317 and adding a version number in line 913 in app/build.gradle build finished successful
I'm trying to build a version, but gradle fails with this error: `* What went wrong: A problem occurred evaluating project ':app'.
And is there a way to compile in Android Studio ?