-
Notifications
You must be signed in to change notification settings - Fork 74
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
Adding SpriterDotNet to an Android project #102
Comments
I also verified this. What I also did was try to include the NuGet package references in the SpriterDotNet.Example.MonoGame.Android project which results in the same error. The reason this works in the Spriter Example projects is because they are added through a project reference. That way the .Jit project is never included as it is not actually being used. |
Created a fix for this: |
Hi, sorry for the very slow reply - I've been very busy lately. Thanks for reporting and fixing this. I'll merge your PR along with some other stuff hopefully soon and publish a new release to NuGet. |
Thanks 😄 |
When adding the SpriterDotNet.MonoGame NuGet package to an Android project I get the following error:
Could not install package 'Microsoft.NETCore.Jit 1.0.2'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v8.1', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
Is it possible to update the NuGet package to work with these kinds of projects?
The text was updated successfully, but these errors were encountered: