Can anyone help me to export my aia file

I am having a issues 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: 1.587 seconds
________Compiling source files
(compiling io/kodular/offical_ankitgupta/Wellness_Admin/Screen1.yail to io.kodular.offical_ankitgupta.Wellness_Admin.Screen1)
(compiling io/kodular/offical_ankitgupta/Wellness_Admin/Import5120B5.yail to io.kodular.offical_ankitgupta.Wellness_Admin.Import5120B5)
ERROR: io/kodular/offical_ankitgupta/Wellness_Admin/Import5120B5.yail line 3303: duplicate declaration of ‘Admin_Change_pass_button$Click’
ERROR: io/kodular/offical_ankitgupta/Wellness_Admin/Import5120B5.yail line 3303: (this is the previous declaration of ‘Admin_Change_pass_button$Click’)
Kawa compile time: 7.165 seconds

Check if you have duplicate Admin_change_pass_button onclick event

The error is quite clear, look on the screen that you should have a warning in the blocks
image

Are you distributing the blocks on different screens?
Don’t forget to make backup copies before each relevant change. luck

yes sorry i haven’t seen that my friend but it was lagging so by-mistake it happen

Problem is probably solved I think it’s of Due To Container list view Extension at ones Only As the Screen initialise I use to call all the data from Spreadsheet And At same time I use to load them in background which May Crashing the app due to load So I divided the Work in parts not automatically load

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