-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Xamarin.Android Version:
Microsoft Visual Studio Community 2019
VisualStudio.16.Release/16.7.7+30621.155
Xamarin 16.7.000.463 (d16-7@5209782)
Xamarin.Android SDK 11.0.2.0 (d16-7/025fde9)
Operating System & Version: Windows 10
Support Libraries Version: Xamarin.Androidx.Appcompat
Describe your Issue:
Release APK doesn't install with minimum android version 23+ using Xamarin.Androidx.Appcompat 1.1.0.1+
With minimum 22 and 21 works and 23+ with Xamarin.Androidx.Appcompat 1.1.0 works fine too.
It took a long time to find out this combination. I didn't test individual packages from Xamarin.Androidx.Appcompat 1.1.0.1+
Steps to Reproduce:
1º Create a new Android project using the existing template
2º Add Xamarin.Androidx.Appcompat 1.1.0.1
3º Change Minimum Android Version to 24
4º Create signed release Apk with success
5º Manually install Apk on device (NOT WORKING)
6º Change to Minimum Android Version 21 or Xamarin.Androidx.Appcompat 1.1.0 (Manually install Apk - WORKS)
Include any relevant Exception Stack traces, build logs, adb logs:
Apk size increases a lot with this.
No logs.