Skip to content Skip to sidebar Skip to footer

The "linkassemblies" Task Failed Unexpectedly On Build Solution In Release Mode

My project is building successfully on the Debug mode, but when I change it to the Release mode; the following exception is coming: Severity Code Description Project File

Solution 1:

You may need to increase your target android version (within the Android project properties under Compile using Android version) to API 24 since KeyboardShortcutGroup was not introduced until API 24.


Post a Comment for "The "linkassemblies" Task Failed Unexpectedly On Build Solution In Release Mode"