Aracılığıyla paylaş


.NET for Android error JAVAC0000

Örnek iletiler

error JAVAC0000: Foo.java(1,8): javac error: class, interface, or enum expected
error JAVAC0000: Foo.java(1,41): javac error: ';' expected

Sorun

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.

Çözüm

If you have Java source code in your project with a build action of AndroidJavaSource, verify your Java syntax is correct.

Normal koşullarda bu hatayı alıyorsanız, bir hata bildirimi göndermeyi düşünebilirsiniz.