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
After upgrading to 1.1.0 and trying to build, this happens on x86_64 specifically:
C/C++: /<project path hidden>/src/main/jni/Android.mk proguard|x86_64 : com.google.prefab.api.NoMatchingLibraryException: No compatible library found for //shadowhook/shadowhook. Rejected the following libraries:
The text was updated successfully, but these errors were encountered:
1. Newly dependent on shadowhook library in arm and arm64 architectures.
If you use prefab to depend on bytehook in x86 and x86_64 architectures, you need to add gradle/prefab_bypass.gradle in the module's build.gradle.
bytehook Version
1.1.0
Android OS Version
any
Android ABIs
x86_64
Device Manufacturers and Models
any
Describe the Bug
After upgrading to 1.1.0 and trying to build, this happens on x86_64 specifically:
The text was updated successfully, but these errors were encountered: