question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Compatibility Issues with Xamarin Forms v3.6.0

See original GitHub issue

Describe the bug The latest version of the NuGet seems to be incompatible with Xamarin.Forms v3.6.0. It has a dependency on MonoAndroid v9.0. I am getting multiple XA0106 warnings in the build output. Xamarin.Forms.InputKit seems to have a dependency on MonoAndroid v 8.1, probably thats causing the warnings.

Sample warning (full output below): 3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping ProjectName.Android.Resource.Animation.tooltip_enter. Please check that your Nuget Package versions are compatible.

To Reproduce Steps to reproduce the behavior:

  1. Create a new Xamarin Forms Android project.
  2. Update the version of Xamarin.Forms to v3.6.0.293080
  3. Install Xamarin.Forms.InputKit v3.0.7
  4. Build the project and check the build output or Error List window for warnings.

Expected behavior Ideally the latest version of Xamarin.Forms.InputKit is compatible with Xamarin.Forms.

Build Output

>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Animation.tooltip_enter. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Animation.tooltip_exit. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Attribute.textColorError. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Boolean.abc_config_closeDialogWhenTouchOutside. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Boolean.abc_config_showMenuShortcutsWhenKeyboardPresent. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Color.error_color_material. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Dimension.abc_action_bar_progress_bar_size. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Layout.tooltip. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Style.Base_V11_Theme_AppCompat_Dialog. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Style.Base_V11_Theme_AppCompat_Light_Dialog. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Style.Base_V11_ThemeOverlay_AppCompat_Dialog. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Style.Base_V12_Widget_AppCompat_AutoCompleteTextView. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Style.Base_V12_Widget_AppCompat_EditText. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Style.Base_V14_Widget_Design_AppBarLayout. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Style.Base_V21_Widget_Design_AppBarLayout. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Style.Base_V26_Widget_Design_AppBarLayout. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Style.Base_Widget_Design_AppBarLayout. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Style.Platform_V11_AppCompat. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Style.Platform_V11_AppCompat_Light. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Style.Platform_V14_AppCompat. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Style.Platform_V14_AppCompat_Light. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Style.Widget_Design_CoordinatorLayout. Please check that your Nuget Package versions are compatible.
>C:\...\Xamarin.Android.Common.targets(1820,2): warning XA0106: Skipping TaskManagement.Android.Resource.Styleable.DesignTheme_textColorError. Please check that your Nuget Package versions are compatible.

Desktop (please complete the following information):

  • OS: WIndows 10
  • Visual Studio Version: VS 2019 Community

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
enisncommented, Apr 18, 2019

Oh right! Nuspec dependency was old. Commit 7007839 should solve that issue. it is included in v3.0.8.1

0reactions
enisncommented, Nov 25, 2020

Latest version targets both monoandroid9.0 and monoandroid10.0 and Xamarin Forms dependency is 4.8.x

I think this issue it outdated.


Feel free to re-open this issue is problem continues

Read more comments on GitHub >

github_iconTop Results From Across the Web

Xamarin.Forms 3.6.0.220655 (3.6.0) Release Notes
Release notes detailing new features, improvements, and issues fixed in Xamarin.Forms 3.6.0.220655 (3.6.0)
Read more >
Xamarin.Forms 3.6.0.293080 (3.6.0 Service Release 2) ...
Release notes detailing new features, improvements, and issues fixed in Xamarin.Forms 3.6.0.293080 (3.6.0 Service Release 2)
Read more >
Issues updating Xamarin: unable to resolve dependencies
You can't update them because Xamarin. Forms isn't compatible with them as it would need to be re-compiled.
Read more >
The Good and The Bad of Xamarin Mobile Development
Forms Will Soon Cease to Exist; Θ Compatibility Issues with Third-Party Libraries and Tools. Xamarin Visual Studio IDE.
Read more >
Xamarin App Development: Advantages and Disadvantages
Using Xamarin means waiting on the support team to catch up to new releases. Compatibility Issues with Third-Party Libraries and Tools. If you ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found