Git Product home page Git Product logo

Comments (4)

medyo avatar medyo commented on August 19, 2024

Hi @kumar-aakash86,

I think it's caused by the use of the latest AppCompat version. try to exclude it :

compile ('com.github.medyo:android-about-page:+'){
     exclude group: 'com.android.support', module:'appcompat-v7'
}

from android-about-page.

kumar-aakash86 avatar kumar-aakash86 commented on August 19, 2024

Hi @medyo,
I tried your suggestion & its not showing that error now.
But when I trying to add AboutPage code its showing following error.

java.lang.NoClassDefFoundError: android.support.graphics.drawable.VectorDrawableCompat
at mehdi.sakout.aboutpage.AboutPage.createItem(AboutPage.java:364)
at mehdi.sakout.aboutpage.AboutPage.addItem(AboutPage.java:241)
at mehdi.sakout.aboutpage.AboutPage.addEmail(AboutPage.java:59)
at andro.rdx.pharmac.activity.AboutActivity$override.onCreate(AboutActivity.java:39)
at andro.rdx.pharmac.activity.AboutActivity$override.access$dispatch(AboutActivity.java)
at andro.rdx.pharmac.activity.AboutActivity.onCreate(AboutActivity.java:0)
at android.app.Activity.performCreate(Activity.java:5248)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2164)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2249)
at android.app.ActivityThread.access$800(ActivityThread.java:141)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1212)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5113)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:609)
at dalvik.system.NativeStart.main(Native Method)

Its because of the removal of appcompact.

from android-about-page.

medyo avatar medyo commented on August 19, 2024

upgrade your Appcompat to 23.2.0

from android-about-page.

kumar-aakash86 avatar kumar-aakash86 commented on August 19, 2024

Appcompact 23.2.0 is buggy, its created some more view errors.
Upgraded to 23.2.1. Everything seems to working fine now.

Thanks for the help.
Nice library.

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.