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

Caused by: java.lang.ClassNotFoundException: net.bytebuddy.android.AndroidClassLoadingStrategy #1733

Open
kousakarenai opened this issue Dec 10, 2024 · 2 comments
Assignees
Labels
Milestone

Comments

@kousakarenai
Copy link

Hi, I use byte buddy for Android dependency,
gradle: "net.bytebuddy:byte-buddy-android:1.15.0"
it works fiine in Android debug version, but in release version, here is the bug.
Caused by: java.lang.ClassNotFoundException: net.bytebuddy.android.AndroidClassLoadingStrategy
I think this means this libaray was not resolved.
Is anyone can help me how to figure it out?
Best Wishes

@kousakarenai
Copy link
Author

min sdk version: 24
target sdk version: 34

@raphw
Copy link
Owner

raphw commented Dec 10, 2024

To me it seems like you are not including byte-buddy-android in the release version.

@raphw raphw self-assigned this Dec 10, 2024
@raphw raphw added the question label Dec 10, 2024
@raphw raphw added this to the 1.15.10 milestone Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants