question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

build.gradle: dependencies{ compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.android.support.constraint:constraint-layout:1.0.2' testCompile 'junit:junit:4.12' compile 'com.facebook.fresco:fresco:1.0.1' compile 'com.facebook.fresco:imagepipeline-okhttp3:+' compile 'com.facebook.fresco:animated-gif:1.3.0' }

error: Caused by: java.lang.NoClassDefFoundError: com.facebook.drawee.view.DraweeHolder at com.facebook.drawee.view.DraweeView.init(DraweeView.java:78) at com.facebook.drawee.view.DraweeView.<init>(DraweeView.java:58) at com.facebook.drawee.view.GenericDraweeView.<init>(GenericDraweeView.java:42) at com.facebook.drawee.view.SimpleDraweeView.<init>(SimpleDraweeView.java:62)

react-native(0.43.3) integration is the 1.0.1 version, so when the original use of the GIF model may have this problem

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

8reactions
coutliuxingcommented, Apr 21, 2017

Only set up so that it can be used normally: compile 'com.facebook.fresco:fresco:1.3.0' compile 'com.facebook.fresco:animated-gif:1.3.0'

0reactions
oprisnikcommented, Nov 7, 2017

Yeah, please make sure that React Native and Fresco have the same version to keep everything in sync.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Maybe a Bug - WordPress.org
I think i found a bug. I enabled the media library uploads option but it doesn't work. I can upload the gpx file...
Read more >
YARN | Okay, maybe a bug flew in my ear. | c50fd2f0 | 紗
Whiplash (2014) clip with quote Okay, maybe a bug flew in my ear. Yarn is the best search for video clips by quote....
Read more >
Maybe Bring Your Bug To School: June, Jon - Amazon.com
Very fun & clever book! Reviewed in the United States on January 31, 2021. What a clever theme & special beautiful illustrations done...
Read more >
Maybe a bug? (Pun intended) : r/BaldursGate3 - Reddit
It was not a nat 1. Additionally I was able to use all bonuses (other than bane) in later checks without recasting.
Read more >
Bug Bites and Stings (for Teens) - Nemours KidsHealth
Bee and Wasp Stings. For most people, being stung by a bee is a minor nuisance. The affected area may get a little...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found