Skip to content

Instantly share code, notes, and snippets.

@Jalson1982
Created October 22, 2018 21:53
Show Gist options
  • Save Jalson1982/d3200a82d733778e937262fbbf2d2aeb to your computer and use it in GitHub Desktop.
Save Jalson1982/d3200a82d733778e937262fbbf2d2aeb to your computer and use it in GitHub Desktop.
10-22 23:48:43.432 8474-8474/com.wallpapersssss E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.wallpapersssss, PID: 8474
java.lang.NoSuchMethodError: No direct method <init>(Landroid/content/Context;)V in class Lcom/bumptech/glide/load/engine/cache/MemorySizeCalculator; or its super classes (declaration of 'com.bumptech.glide.load.engine.cache.MemorySizeCalculator' appears in /data/app/com.wallpapersssss-KW9kZRSCMjkeZPn1jGIFoA==/base.apk)
at com.cunyutech.hollyliu.reactnative.wallpaper.MyGlideModule.applyOptions(MyGlideModule.java:17)
at com.bumptech.glide.Glide.initializeGlide(Glide.java:259)
at com.bumptech.glide.Glide.initializeGlide(Glide.java:219)
at com.bumptech.glide.Glide.checkAndInitializeGlide(Glide.java:180)
at com.bumptech.glide.Glide.get(Glide.java:164)
at com.bumptech.glide.Glide.getRetriever(Glide.java:671)
at com.bumptech.glide.Glide.with(Glide.java:698)
at com.dylanvann.fastimage.FastImageViewManager.createViewInstance(FastImageViewManager.java:42)
at com.dylanvann.fastimage.FastImageViewManager.createViewInstance(FastImageViewManager.java:27)
at com.facebook.react.uimanager.ViewManager.createView(ViewManager.java:42)
at com.facebook.react.uimanager.NativeViewHierarchyManager.createView(NativeViewHierarchyManager.java:260)
at com.facebook.react.uimanager.UIViewOperationQueue$CreateViewOperation.execute(UIViewOperationQueue.java:200)
at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.dispatchPendingNonBatchedOperations(UIViewOperationQueue.java:1085)
at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.doFrameGuarded(UIViewOperationQueue.java:1056)
at com.facebook.react.uimanager.GuardedFrameCallback.doFrame(GuardedFrameCallback.java:29)
at com.facebook.react.modules.core.ReactChoreographer$ReactChoreographerDispatcher.doFrame(ReactChoreographer.java:134)
at com.facebook.react.modules.core.ChoreographerCompat$FrameCallback$1.doFrame(ChoreographerCompat.java:105)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:979)
at android.view.Choreographer.doCallbacks(Choreographer.java:790)
at android.view.Choreographer.doFrame(Choreographer.java:718)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:967)
at android.os.Handler.handleCallback(Handler.java:809)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:166)
at android.app.ActivityThread.main(ActivityThread.java:7377)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:469)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:963)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment