0

I created a new project and try to build , but I have this two errors: “javac.exe” exited with code 3. And MSB6006:“javac.exe” exited with code 3. What I have to do to fix it?

File with diagnostic build:https://drive.google.com/file/d/1iuNr405Yc8cH7pMg4FixpObCv20Hl_vx/view?usp=sharing

Git: https://github.com/Splinterggg/Repository The output window is:

1>javac: file not found: 
C:\Users\Пользователь\AppData\Local\Temp\tmpC0D4.tmp (The 
system cannot find the path specified)
1>MSB6006: "javac.exe" exited with code 3.
1>Done building project "App1.Android.csproj" -- FAILED.
1>Build FAILED.
1>Deployment failed to my_device_1.
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

1 Answers1

-1

I see problems with the java SDK path, that is because javac it's not found, you can try this response for java SDK path and this for Android environment variables.

Regards!

Miguel M L
  • 89
  • 1
  • 5