Skip to content

Xamarin.Android 9.1.5.0

Compare
Choose a tag to compare
@brendanzagaeski brendanzagaeski released this 08 Jan 19:59
2cc615a

Xamarin.Android 9.1.5.0 was released as part of Visual Studio 2017 version 15.9.5.

Issues Fixed

  • GitHub 2257: Apps that referenced hundreds of assemblies would quit unexpectedly during startup because they consumed too many JNI local references: "JNI ERROR (app bug): local reference table overflow (max=512)". The local references are now released more aggressively, allowing this kind of app to run successfully.
  • GitHub 2408: The @(AndroidAarLibrary) Build Action could lead to errors about missing resources during incremental builds. This particular cause of errors about missing resources should not have affected many users yet because the @(AndroidAarLibrary) build action is primarily intended for future use in Android library bindings NuGet packages published by the Xamarin team.