Skip to content
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

Sample App: java.lang.NoSuchMethodError: 'okio.BufferedSource okio.BufferedSource.peek()' #1974

Closed
tim4dev opened this issue Jan 2, 2022 · 0 comments · Fixed by #1984
Closed

Comments

@tim4dev
Copy link

tim4dev commented Jan 2, 2022

I am studying an example from the official library v4.2.1.

lottie-android\sample\src\main\res\layout\dynamic_text_activity.xml

And I get the following error (I get the same error in my project as well):

The following classes could not be instantiated:
- com.airbnb.lottie.LottieAnimationView (Open Class, Show Exception, Clear Cache)
Tip: Use View.isInEditMode() in your custom views to skip code or show sample data when shown in the IDE.  If this is an unexpected error you can also try to build the project, then manually refresh the layout.  Exception Details

java.lang.NoSuchMethodError: 'okio.BufferedSource okio.BufferedSource.peek()'
	at com.airbnb.lottie.LottieCompositionFactory.isZipCompressed(LottieCompositionFactory.java:489)
	at com.airbnb.lottie.LottieCompositionFactory.fromRawResSync(LottieCompositionFactory.java:266)
	at com.airbnb.lottie.LottieCompositionFactory.fromRawResSync(LottieCompositionFactory.java:250)
	at com.airbnb.lottie.LottieAnimationView$4.call(LottieAnimationView.java:432)
	at com.airbnb.lottie.LottieAnimationView$4.call(LottieAnimationView.java:429)
	at com.airbnb.lottie.LottieTask.<init>(LottieTask.java:57)
	at com.airbnb.lottie.LottieAnimationView.fromRawRes(LottieAnimationView.java:429)
	at com.airbnb.lottie.LottieAnimationView.setAnimation(LottieAnimationView.java:423)
	at com.airbnb.lottie.LottieAnimationView.init(LottieAnimationView.java:162)
	at com.airbnb.lottie.LottieAnimationView.<init>(LottieAnimationView.java:142)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at org.jetbrains.android.uipreview.ViewLoader.createNewInstance(ViewLoader.java:399)
	at org.jetbrains.android.uipreview.ViewLoader.loadClass(ViewLoader.java:189)
	at org.jetbrains.android.uipreview.ViewLoader.loadView(ViewLoader.java:147)
	at com.android.tools.idea.rendering.LayoutlibCallbackImpl.loadView(LayoutlibCallbackImpl.java:303)
	at android.view.BridgeInflater.loadCustomView(BridgeInflater.java:417)
	at android.view.BridgeInflater.loadCustomView(BridgeInflater.java:428)
	at android.view.BridgeInflater.createViewFromTag(BridgeInflater.java:332)
	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:959)
	at android.view.LayoutInflater.rInflate_Original(LayoutInflater.java:1121)
	at android.view.LayoutInflater_Delegate.rInflate(LayoutInflater_Delegate.java:72)
	at android.view.LayoutInflater.rInflate(LayoutInflater.java:1095)
	at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1082)
	at android.view.LayoutInflater.rInflate_Original(LayoutInflater.java:1124)
	at android.view.LayoutInflater_Delegate.rInflate(LayoutInflater_Delegate.java:72)
	at android.view.LayoutInflater.rInflate(LayoutInflater.java:1095)
	at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1082)
	at android.view.LayoutInflater.inflate(LayoutInflater.java:680)
	at android.view.LayoutInflater.inflate(LayoutInflater.java:499)
	at com.android.layoutlib.bridge.impl.RenderSessionImpl.inflate(RenderSessionImpl.java:353)
	at com.android.layoutlib.bridge.Bridge.createSession(Bridge.java:431)
	at com.android.tools.idea.layoutlib.LayoutLibrary.createSession(LayoutLibrary.java:141)
	at com.android.tools.idea.rendering.RenderTask.createRenderSession(RenderTask.java:714)
	at com.android.tools.idea.rendering.RenderTask.lambda$inflate$7(RenderTask.java:870)
	at com.android.tools.idea.rendering.RenderExecutor$runAsyncActionWithTimeout$2.run(RenderExecutor.kt:187)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)

lottie_1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant