Hello, I encountered an error, but I couldn't find how to solve it. Can anyone help?

The articles given in the file are:

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
________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: 0.969 seconds
________Compiling source files
(compiling io/kodular/jourlyte49/PockyBirdsGamess/uyegiris.yail to io.kodular.jourlyte49.PockyBirdsGamess.uyegiris)
(compiling io/kodular/jourlyte49/PockyBirdsGamess/pre2.yail to io.kodular.jourlyte49.PockyBirdsGamess.pre2)
(compiling io/kodular/jourlyte49/PockyBirdsGamess/pacman.yail to io.kodular.jourlyte49.PockyBirdsGamess.pacman)
(compiling io/kodular/jourlyte49/PockyBirdsGamess/pre4.yail to io.kodular.jourlyte49.PockyBirdsGamess.pre4)
(compiling io/kodular/jourlyte49/PockyBirdsGamess/pre.yail to io.kodular.jourlyte49.PockyBirdsGamess.pre)
(compiling io/kodular/jourlyte49/PockyBirdsGamess/pre6.yail to io.kodular.jourlyte49.PockyBirdsGamess.pre6)
(compiling io/kodular/jourlyte49/PockyBirdsGamess/arcade_menu.yail to io.kodular.jourlyte49.PockyBirdsGamess.arcade_menu)

ERROR: io/kodular/jourlyte49/PockyBirdsGamess/arcade_menu.yail line 49: duplicate declaration of ‘Düğme1$Click’

ERROR: io/kodular/jourlyte49/PockyBirdsGamess/arcade_menu.yail line 49: (this is the previous declaration of ‘Düğme1$Click’)

Kawa compile time: 1.519 seconds
.

In Screen arcade_menu you use two times when Düğme1 click. Check warnings

Example

image

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