Fulguris
Fulguris copied to clipboard
Fails to build out-of-the-box. (Sponsorship)
Description
The project fails to build out-of-the box on latest Android Studio.
Environment
- Device:
- OS:
- Version: git as of 06/19/2024
- Android Studio 2024.1.1
To reproduce
Steps to reproduce the behaviour:
-
git clone https://github.com/Slion/Fulguris.git
-
open Fulguris project in Android studio
-
allow to synch
-
build
-
see error:
Cannot find symbol class Sponsorship $PROJECTS$/Fulguris/app/build/generated/source/buildConfig/androidTest/slionsFullDownload/debug/fulguris/test/
BuildConfig.java:17: error: cannot find symbol public static final Sponsorship SPONSORSHIP = Sponsorship.BRONZE;
Expected behaviour
It should just build.
Additional
I made no changes to the source, and just use the AS distro JDK, etc.