-
Notifications
You must be signed in to change notification settings - Fork 17
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
Build against latest Android Support Libs #27
Comments
We could, but this will inevitably lag behind. Could you try excluding
transitive dependencies, like:
implementation 'com.pixplicity.generate:library:1.+' {
exclude module: 'support-v7'
}
Apologies for typos, I'm typing from mobile.
…On Wed, Nov 14, 2018, 15:33 devopsone ***@***.***> wrote:
Hi,
i like you rproject but cannot use it right now. Will you compile your lib
with the newest xamarin android support libraries soon? Currently lots of
warnings about missing resource ids are popping up on latest xamarin forms
and xamarin android libs.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#27>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARdY0mzTrdvNGdFZ_85IRE9opB-HXubks5uvCmcgaJpZM4Yd3OW>
.
|
Thanks for the answer. Using Gradle this would be the standard way yes. But I use the NuGet Package for a Xamarin Forms Project and couldn't find a way to accomplish it there. I think its currently not possible or do you know a way? |
I'm afraid I'm not familiar with NuGet and only very superficially on Xamarin. It seems to me that the problem would be more generic than Gene-Rate specifically. Perhaps you could try something similar to this suggestion? https://stackoverflow.com/questions/14452608/how-to-exclude-a-folder-from-a-nuget-package |
Hi,
i like your project but cannot use it right now. Will you compile your lib with the newest xamarin android support libraries soon? Currently lots of warnings about missing resource ids are popping up on latest xamarin forms and xamarin android libs.
The text was updated successfully, but these errors were encountered: