Skip to content

Commit f4766e5

Browse files
Add link to docs about sideloading and lib loading issues.
1 parent 2f581bd commit f4766e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

objectbox-java/src/main/java/io/objectbox/internal/NativeLibraryLoader.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public class NativeLibraryLoader {
114114
message = String.format(
115115
"[ObjectBox] Android failed to load native library," +
116116
" check your APK/App Bundle includes a supported ABI or use ReLinker" +
117+
" https://docs.objectbox.io/android/app-bundle-and-split-apk" +
117118
" (vendor=%s,os=%s,os.arch=%s,SUPPORTED_ABIS=%s)",
118119
vendor, osName, osArch, getSupportedABIsAndroid()
119120
);

0 commit comments

Comments
 (0)