Releases: dotnet/android-samples
Releases · dotnet/android-samples
Xamarin.Android - Basic Location
Update minSdkVersion for projects using support lib (#309) API 16 is the lowest version of Android that is officially supported by Xamarin.Android. In most cases, this restriction is only presented as a build warning. Recent changes to use Google's [manifest merger tool][0] have however surfaced a new error in projects which use the support libraries and specify a minSdkVersion lower than API 14. These projects should be updated to use a minSdkVersion of 16 to avoid both this new error, and the existing warning about using an unsupported minimum SDK version. [0]: https://github.com/xamarin/xamarin-android/commit/2c6f5cd16fb5087731107c1defa13ebb56cf63df
Xamarin.Android - Android Fit History Api
Update minSdkVersion for projects using support lib (#309) API 16 is the lowest version of Android that is officially supported by Xamarin.Android. In most cases, this restriction is only presented as a build warning. Recent changes to use Google's [manifest merger tool][0] have however surfaced a new error in projects which use the support libraries and specify a minSdkVersion lower than API 14. These projects should be updated to use a minSdkVersion of 16 to avoid both this new error, and the existing warning about using an unsupported minimum SDK version. [0]: https://github.com/xamarin/xamarin-android/commit/2c6f5cd16fb5087731107c1defa13ebb56cf63df
Xamarin.Android - Android Fit History Api Sessions
Update minSdkVersion for projects using support lib (#309) API 16 is the lowest version of Android that is officially supported by Xamarin.Android. In most cases, this restriction is only presented as a build warning. Recent changes to use Google's [manifest merger tool][0] have however surfaced a new error in projects which use the support libraries and specify a minSdkVersion lower than API 14. These projects should be updated to use a minSdkVersion of 16 to avoid both this new error, and the existing warning about using an unsupported minimum SDK version. [0]: https://github.com/xamarin/xamarin-android/commit/2c6f5cd16fb5087731107c1defa13ebb56cf63df
Xamarin.Android - Android Fit Sensors Api
Update minSdkVersion for projects using support lib (#309) API 16 is the lowest version of Android that is officially supported by Xamarin.Android. In most cases, this restriction is only presented as a build warning. Recent changes to use Google's [manifest merger tool][0] have however surfaced a new error in projects which use the support libraries and specify a minSdkVersion lower than API 14. These projects should be updated to use a minSdkVersion of 16 to avoid both this new error, and the existing warning about using an unsupported minimum SDK version. [0]: https://github.com/xamarin/xamarin-android/commit/2c6f5cd16fb5087731107c1defa13ebb56cf63df
Xamarin.Android - Google Play Services
Update minSdkVersion for projects using support lib (#309) API 16 is the lowest version of Android that is officially supported by Xamarin.Android. In most cases, this restriction is only presented as a build warning. Recent changes to use Google's [manifest merger tool][0] have however surfaced a new error in projects which use the support libraries and specify a minSdkVersion lower than API 14. These projects should be updated to use a minSdkVersion of 16 to avoid both this new error, and the existing warning about using an unsupported minimum SDK version. [0]: https://github.com/xamarin/xamarin-android/commit/2c6f5cd16fb5087731107c1defa13ebb56cf63df
Xamarin.Android - Calendar Demo
[CalendarDemo] fix for aapt2 (which is now default) (#306) When building this project with `<AndroidUseAapt>True</AndroidUseAapt2>` you will get: error APT2260: obj\Debug\44\res\layout\calendarlist.xml:1: error: resource android:id/android:list not found. "android:list not found." error APT2260: obj\Debug\44\res\layout\eventlist.xml:1: error: resource android:id/android:list not found. "android:list not found." I think the name `android:id/android:list` is probably just a typo, so removing `android:` fixes the issue.
Xamarin.Android - Labelled Sections
94739 Update README.md
Xamarin.Android - GridLayout Demo
92679 [gridlayout] fix readme image link
Xamarin.Android - GL Textured Cube ES30
91928 [gl] disambiguate samples with same 'name'
Xamarin.Android - Android Local Notifications Sample
[local-notifications] fix screenshot link on samplepage https://docs.microsoft.com/en-us/samples/xamarin/monodroid-samples/localnotifications/