Unable to Generated APK ________Invoking DX YAIL compiler - DX execution failed.

I am unable to generate APK of my particular Project but my others project is working properly, this is very important for me because this application has deployed for my office.so many user is using this. please help me. Below mentioned the errors.

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.983 seconds
________Compiling source files
(compiling io/kodular/malakarjoy4/MAAT_Supervisor_V7_1_0/EME_PM_RM.yail to io.kodular.malakarjoy4.MAAT_Supervisor_V7_1_0.EME_PM_RM)
(compiling io/kodular/malakarjoy4/MAAT_Supervisor_V7_1_0/FLEET.yail to io.kodular.malakarjoy4.MAAT_Supervisor_V7_1_0.FLEET)
(compiling io/kodular/malakarjoy4/MAAT_Supervisor_V7_1_0/login.yail to io.kodular.malakarjoy4.MAAT_Supervisor_V7_1_0.login)
(compiling io/kodular/malakarjoy4/MAAT_Supervisor_V7_1_0/Screen1.yail to io.kodular.malakarjoy4.MAAT_Supervisor_V7_1_0.Screen1)
(compiling io/kodular/malakarjoy4/MAAT_Supervisor_V7_1_0/Others.yail to io.kodular.malakarjoy4.MAAT_Supervisor_V7_1_0.Others)
(compiling /tmp/runtime4363391218123852958.scm to com.google.youngandroid.runtime)
Kawa compile time: 17.338 seconds
________Invoking DX
YAIL compiler - DX execution failed.
.

Most likely to much of something.

77 MySql databases
71 Web components
???
What about reusing your components?

Taifun

1 Like

How can we use the same component again and again? (to components and extensions)

just use the same component or extension to do something … for example for all database queries you need only 1 MySql extension…
same as driving a car… for each new drive use the same car, don’t always buy a new car…

Taifun

1 Like

77 Sql DataBase? maybe it just too big.

1 Like

In my application I used more than 200 Mysql Query , 6 type of user (EME,PM,RM,EMT,PILOT,COORDINATOR) has their won profile as per requirement .Every work depends on mysql query Success or API data so it was necessary to use different number of mysql extension .All components are depend on Mysql API data.

1 Like

It was needed.because in my App I have used more than 200 mysql query all components are depends on mysql api data

1 Like

Now it’s working after trying sometimes.