I would appreciate any help folks can give me. I see no other Forum coverage of this problem.
I am trying a project with Sall's tone detector extension, but compilation fails at the final step as shown below
I tried deleting all blocks and compiling just with the extension component on screen1, and get the same result.
The image processing example extension does compile in the same simple project (i.e. with no blocks of my own).
App Inventor is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Generating manifest file
________Attaching native libraries
________Attaching component assets
________Compiling source files
(compiling appinventor/ai_dave_brightleaf/testSoundExtension/Screen1.yail to appinventor.ai_dave_brightleaf.testSoundExtension.Screen1)
(compiling /tmp/runtime4664125830798891747.scm to com.google.youngandroid.runtime)
Kawa compile time: 2.151 seconds
________Invoking DX
YAIL compiler - DX execution failed.
Thanks - Dave