When I update the Package version from 3.0.6 to any above version and then compile the project, I'm getting this error.
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.D8.targets(79,5): error MSB6006: "java.exe" exited with code 1..
🐛 Bug Report
When I update the Package version from
3.0.6
to any above version and then compile the project, I'm getting this error.C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.D8.targets(79,5): error MSB6006: "java.exe" exited with code 1.
.Xamarin.Android.D8.targets
When I downgrade package to
3.0.6
, and then compile the project, it work smoothly.Expected behavior
Shouldn't give
"java.exe" exited with code 1.
error.Reproduction steps
Update the Package version from
3.0.6
to any above version.Configuration
Version: Above 3.0.6
Platform: Android