You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: