SharedChamber
SharedChamber copied to clipboard
Android Secure SharedPreferences Using Facebook Conceal Encryption
It would be helpful to add this piece of code on Installation :) allprojects { repositories { maven { url "https://jitpack.io" } } }
Gradle build failed with error message "Manifest merger failed with multiple errors" My App's manifest has allow_backup property set to false which conflicts with this library. I feel you dont...
I found this error when the app initialize. ``` Cannot get nativeLoad method java.lang.NoSuchMethodException: nativeLoad [class java.lang.String, class java.lang.ClassLoader, class java.lang.String] at java.lang.Class.getMethod(Class.java:2068) at java.lang.Class.getDeclaredMethod(Class.java:2047) at com.facebook.soloader.SoLoader.getNativeLoadRuntimeMethod(SoLoader.java:297) at com.facebook.soloader.SoLoader.initSoLoader(SoLoader.java:249) at...
this crash is happend in some of emulators but now i found it in samsung s24+ Non-fatal Exception: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: liblog.so at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:455) at com.facebook.soloader.DirectorySoSource.loadLibraryFrom(DirectorySoSource.java:65) at...