Extension: UDP audio Chat. Voice. WiFi. Send sound over UDP

great idea! but the is one problem with your extension (ftp) it causes a dx compile error

I can "Build" p174C_extension_FTP.aia

compiling p174C_extension_FTP.aia works

but when i try to compile udp+ftp app (removing ftp builds the app) i get this:

App Inventor is unable to compile this project.
The compiler error output was
________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.282 seconds
______Compiling source files
(compiling appinventor/ai
**********/udp_siur/Screen1.yail to appinventor.ai
**********.udp_siur.Screen1)
(compiling /tmp/runtime5622658823022149790.scm to com.google.youngandroid.runtime)
Kawa compile time: 2.32 seconds
________Invoking DX
DX time: 17.138000 seconds
YAIL compiler - DX execution failed.

What does it mean? "compile udp+ftp app (removing ftp builds the app)"

I can compile with extensions UDP and FTP

i mean my app with UDP extension and ftp is not compiling but after removing ftp extension it is conpiling

My app is crashing when i am using the extension
Here is my code @Juan_Antonio


and my aia file
Voice_chat.aia (11.8 KB)