Need help I don't know what's happening

Kodular is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating fragment xml
________Creating listview xml in res/layout/…
________Creating listview xml in res/layout-v21/…
________Creating xml in res/drawable/…
________Creating splash png in res/drawable/…
________Creating colors xml
________Creating styles xml
________Creating drawables xml v21
________Checking for firebase
________________Firebase components found.
________________Firebase config file successfully added.
________Creating provider_path xml
________Creating network_security_config xml
________Generating adaptive icon file
________Generating round adaptive icon file
________Generating adaptive icon background file
________Generating manifest file
________Attaching native libraries
________Attaching Android Archive (AAR) libraries
________Attaching component assets
________Invoking AAPT
AAPT time: 1.527 seconds
________Compiling source files
(compiling io/kodular/onesidearmygamers/KODULAR_UI_UX/Screen2.yail to io.kodular.onesidearmygamers.KODULAR_UI_UX.Screen2)
(compiling io/kodular/onesidearmygamers/KODULAR_UI_UX/Screen1.yail to io.kodular.onesidearmygamers.KODULAR_UI_UX.Screen1)
(compiling io/kodular/onesidearmygamers/KODULAR_UI_UX/Home.yail to io.kodular.onesidearmygamers.KODULAR_UI_UX.Home)
(compiling io/kodular/onesidearmygamers/KODULAR_UI_UX/Signup.yail to io.kodular.onesidearmygamers.KODULAR_UI_UX.Signup)

ERROR: io/kodular/onesidearmygamers/KODULAR_UI_UX/Signup.yail line 26: duplicate declaration of ‘Signup$Initialize’

ERROR: io/kodular/onesidearmygamers/KODULAR_UI_UX/Signup.yail line 26: (this is the previous declaration of ‘Signup$Initialize’)

Kawa compile time: 46.446 seconds

the onesidegamers is my gmail acc.

I can’t export my apps apk :frowning:

duplicate declaration Block check

2 Likes

Does your app have Google sign up if yes then maybe that’s causing the problem

You have two declaration of When SignUp.Initialize , check that screen for red errors

image

3 Likes

Yes I am using it

Still having problem in compiling app ? Check for

image

2 Likes

Delete All red errors

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.