Solved PROJECT ERROR

Status
Not open for further replies.

honykey

1/3 Games Approved
Original poster
Jan 29, 2022
60
573
53
24
USA
Hello all
error on buildconfig.java
Code:
Java:
/** Automatically generated file. DO NOT MODIFY */
package ;

public final class BuildConfig {
    public final static boolean DEBUG = true;
}
error:
Screenshot_20220131_113634.jpg

file;
app/build/gen/BuildConfig.java

Pls Help Me :pepe010:
 

8BIT

Approved Modder
Approved Modder
Dec 29, 2019
265
17,805
1,193
idk how to explain that but yeah its necessary in java(Its Like A Directory Which Points To Custom Made Classes)
A Better Explanation Can Be Found Here ->Java Packages

In Order To Solve The Problem Either Remove the Package Keyword(Caution: If You Try To Create An Instance Of It Compiler Will Give Errors Like Class Not Found)

Else
1.png

2.png


Just Copy That From AndroidManifest.xml and Paste It In Your Class

Also Can I've The Source
 
Status
Not open for further replies.