-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xamarin.Android.Support.v4 version="25.4.0.2" targetFramework="monoandroid71" #1215
Comments
@cctvbnm1111 Can you please include the version of I believe you need to use a minimum of As a rule of thumb, you should be using a version of |
@JonDouglas demo.Droid (Debug) Project "/Users/jessezhang/Projects/demo.Droid.csproj" (Build target(s)): Target _SetLatestTargetFrameworkVersion: |
@cctvbnm1111 I was not able to reproduce this with the steps you've provided. Can you please upload a minimal, complete, and verifiable example? I tested this both against v26 and v25 support library versions and was able to deploy & run an app against > API 19 and <= API 19. Please also include what API level of android you are deploying to(Device/Emulator). |
Closing due to non-response. |
Changes: xamarin/monodroid@fb0d502...5676b84 * xamarin/monodroid@5676b84b4: Bump to xamarin/androidtools@0abc0d7c (dotnet#1223) * xamarin/monodroid@daf1aa909: [optimization] Replace 'new T[0]' with 'Array.Empty<T> ()' to reduce allocations. (dotnet#1221) * xamarin/monodroid@fb848118b: [tools/msbuild] Check `device.Properties.BuildVersionSdk` for `-1` (dotnet#1222) * xamarin/monodroid@489a389d1: [tools/msbuild] Check device additional output to see if its the same device. (dotnet#1218) * xamarin/monodroid@209a7c352: [tests/AndroidMSBuildTests] Remove Unused Unit Tests (dotnet#1215)
Changes: xamarin/monodroid@fb0d502...5676b84 * xamarin/monodroid@5676b84b4: Bump to xamarin/androidtools@0abc0d7c (#1223) * xamarin/monodroid@daf1aa909: [optimization] Replace 'new T[0]' with 'Array.Empty<T> ()' to reduce allocations. (#1221) * xamarin/monodroid@fb848118b: [tools/msbuild] Check `device.Properties.BuildVersionSdk` for `-1` (#1222) * xamarin/monodroid@489a389d1: [tools/msbuild] Check device additional output to see if its the same device. (#1218) * xamarin/monodroid@209a7c352: [tests/AndroidMSBuildTests] Remove Unused Unit Tests (#1215)
Steps to Reproduce
Android.Support.V7.App.AppCompatDelegate.CompatVectorFromResourcesEnabled = true;
SDK:
Mono
5.4.1.7 (2017-06/e66d9abbb27) (64-bit)
Xamarin.Android
8.0.2.1 (Visual Studio Enterprise)
[OP edited for clarity (quoting)]
The text was updated successfully, but these errors were encountered: