Fulguris icon indicating copy to clipboard operation
Fulguris copied to clipboard

Fails to build out-of-the-box. (Sponsorship)

Open StevanWhite opened this issue 8 months ago • 5 comments

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:

  1. git clone https://github.com/Slion/Fulguris.git

  2. open Fulguris project in Android studio

  3. allow to synch

  4. build

  5. 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.

StevanWhite avatar Jun 19 '24 08:06 StevanWhite