-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
Crash on API 16 #50
Comments
Hi @DreierF, I just tried the library samples on API 16, everything works fine. |
Hi @medyo, thanks for your quick reply. If I remove the |
try to add |
When icon is set to null it works. |
I just tested compiling with
This also indicates that VectorDrawableCompat.create expects the resource to be a vector drawable instead of a png. |
I have now "solved" it by enabling |
Hi. I'm trying to implement it into my app, but How do I have to do it? I'm trying different ways, but it is crashing! |
@juandiegoapps please open a new issue for your case |
i want to use it in fragment is it possible? |
Hi,
first of all thanks for this awesome library!
Unfortunately I'm experiencing a crash when using the library on API level 16. On API 21 everything works fine.
Here is the relevant code for creating the about page
I'm using the android gradle plugin 2.1.0.
about_icon_share
is a vector drawable. The library seems to assume that I'm usingvectorDrawables.useSupportLibrary = true
, which is not the case.You can find the code at https://github.com/dreierf/mytargets
Thanks in advance
The text was updated successfully, but these errors were encountered: