Does not seem to be compatible with new AndroidX versions of Forms
See original GitHub issueBug Information
Version Number of Plugin: 2.0.2 Device Tested On: Pixel 2 Emulator Simulator Tested On: iOS 13 simulator Version of VS: 2019 16.4.4 Version of Xamarin: 4.6.0.240-nightly Versions of other things you are using:
Steps to reproduce the Behavior
- Have the above versions of the software.
- Try to build the solution
Expected Behavior
Builds without fail
Actual Behavior
Fails with:
Can not resolve reference: Xamarin.Android.Support.Fragment
, referenced by Plugin.SharedTransitions
. Please add a NuGet package or assembly reference for Xamarin.Android.Support.Fragment
, or remove the reference to Plugin.SharedTransitions
. ContractPlanner.Android
I don’t know if this project is still active, it’s not seeming so, but I can’t build my solution with this plugin in it anymore.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to resolve conflict between Android support library ...
The answer given here points out that the best approach is to stick to AndroidX as is the new library to replace the...
Read more >Android Studio adds both @androidx.annotation and ...
The simplest fix is to remove that package from Gradle, then Clean and Rebuild. Note: If you want to stick with Support annotations...
Read more >AndroidX overview | Jetpack
AndroidX is a major improvement to the original Android Support Library, which is no longer maintained.
Read more >Compatibility framework changes (Android 12)
Behavior changes included in the compatibility framework. The list in this section describes each behavior change that is included in the compatibility ......
Read more >Unity build Error - ' SDK incompatible with the package ' ...
Hi, I've been really stressed with Unity, because I can't build my project after using Unity Advertisement with Mediation package, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In the next few week i’ll pubblish a new, updated, version that will target androix library, along with shell support. I’m going to have some free time to dedicate some more love to this puppy 😃
I have a working branch with multitargeting to androidX (using xf 4.5 and target api 29): here
I’m doing some test, if everything is ok i’ll release a new version very soon