App Inventor не может скомпилировать проект. Â
Ошибка:
________Preparing application icon
________Creating animation xml
________Creating style xml
________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.345 seconds
________Compiling source files
(compiling appinventor/ai_lifefive3/NanoComfort/Start.yail to appinventor.ai_lifefive3.NanoComfort.Start)
(compiling appinventor/ai_lifefive3/NanoComfort/Screen1.yail to appinventor.ai_lifefive3.NanoComfort.Screen1)
(compiling appinventor/ai_lifefive3/NanoComfort/Lock.yail to appinventor.ai_lifefive3.NanoComfort.Lock)
(compiling appinventor/ai_lifefive3/NanoComfort/Stop.yail to appinventor.ai_lifefive3.NanoComfort.Stop)
(compiling appinventor/ai_lifefive3/NanoComfort/Open.yail to appinventor.ai_lifefive3.NanoComfort.Open)
(compiling /tmp/runtime404299570196037392.scm to com.google.youngandroid.runtime)
Kawa compile time: 6.844 seconds
________Invoking DX
DX time: 51.430000 seconds
YAIL compiler - DX execution failed.
Please, is there a solution to my problem. Recently, when compiling, I began to receive this message. Empirically, I determined that this error is due to the large number of blocks. As soon as I disable or remove some of the blocks, the compilation succeeds.
I have a large application, 10800 blocks. But before it was 12000. I have already removed and optimized all the blocks that I could. Now I can't compile apk until I remove 50-100 blocks. And accordingly, I can no longer expand the functions of the application
Is there any workaround for this limitation, please help who can. THANK YOU