Hello,
According to the official documentation for the JAVAC0000 error, this is an error caused by an incorrect build action.
Issue
During a normal .NET for Android build, Java source code is generated and compiled. This message indicates that
javac
, the Java programming language compiler, failed to compile Java source code.Solution
If you have Java source code in your project with a build action of
AndroidJavaSource
, verify your Java syntax is correct. Consider submitting a bug if you are getting this error under normal circumstances.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.