Git Product home page Git Product logo

Comments (9)

DreierF avatar DreierF commented on August 19, 2024 1

I just tested compiling with vectorDrawables.useSupportLibrary = true then it works on jelly bean (API 16).

android.content.res.Resources$NotFoundException: File res/drawable-xhdpi-v4/about_icon_share.png from xml type xml resource ID #0x7f020057

This also indicates that VectorDrawableCompat.create expects the resource to be a vector drawable instead of a png.

from android-about-page.

medyo avatar medyo commented on August 19, 2024

Hi @DreierF, I just tried the library samples on API 16, everything works fine.
Try to comment the whole android-about-page code from your fragment and check if it's really the cause.

from android-about-page.

DreierF avatar DreierF commented on August 19, 2024

Hi @medyo, thanks for your quick reply. If I remove the addItem line everything works fine. If I add it the crash happens :-/

from android-about-page.

medyo avatar medyo commented on August 19, 2024

try to add addItem without setting an icon, if it doesn't crash, that means two things, whether the drawable is corrupted, or a compatibily issue at :
https://github.com/medyo/android-about-page/blob/master/library/src/main/java/mehdi/sakout/aboutpage/AboutPage.java#L359

from android-about-page.

DreierF avatar DreierF commented on August 19, 2024

When icon is set to null it works.

from android-about-page.

DreierF avatar DreierF commented on August 19, 2024

I have now "solved" it by enabling vectorDrawables.useSupportLibrary = true for the whole project.
So if nobody else needs this to run with pngs you can close the issue, but I'd suggest to add a hint on this to the readme.

from android-about-page.

juandiegoapps avatar juandiegoapps commented on August 19, 2024

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!

from android-about-page.

medyo avatar medyo commented on August 19, 2024

@juandiegoapps please open a new issue for your case

from android-about-page.

sourabh48 avatar sourabh48 commented on August 19, 2024

i want to use it in fragment is it possible?

from android-about-page.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.