Skip to content
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

Does not seem to be compatible with new AndroidX versions of Forms #23

Closed
RedChops opened this issue Feb 6, 2020 · 6 comments
Closed
Labels
enhancement New feature or request

Comments

@RedChops
Copy link

RedChops commented Feb 6, 2020

Bug 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.

@RedChops
Copy link
Author

RedChops commented Feb 6, 2020

I know that I could add the assembly reference as specified above, but that doesn't make sense, as I don't use it in my application anywhere.

@GiampaoloGabba
Copy link
Owner

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 :)

@vunhutien
Copy link

Waiting for your release to support AndroidX and Tabpage, this puppy is so nice.

@GiampaoloGabba
Copy link
Owner

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

@GiampaoloGabba
Copy link
Owner

I have pubblished a pre-release nuget with Android X support.

To enable AndroidX support, use Xamarin.Forms 4.5+ and target API29.

This is my first AndroidX port, so i will leave it in pre-release for a few days, considering that the new version will still support Xaamarin.Forms 4.3 with old Android api (without AndroidX support, of course). I have to be sure that both functionalities (with androidx and without) are the same.

@GiampaoloGabba
Copy link
Owner

Going to pubblish a new release with AndroidX & other fixes very soon

@GiampaoloGabba GiampaoloGabba added the enhancement New feature or request label May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants