zom / Zom-Android-XMPP

THIS PROJECT IS NOW CLOSED. WE HAVE MOVED TO A NEW ZOM 2.0 MATRIX CORE. FOLLOW THE LINK!
https://github.com/zom/zom-android-matrix
GNU General Public License v3.0
141 stars 66 forks source link

java.lang.UnsatisfiedLinkError: info.guardianproject.libcore.io.OsConstants #438

Open kaveeshkanwal opened 6 years ago

kaveeshkanwal commented 6 years ago

I am getting this issue in OtrAndroidKeyManagerImpl.java file.

java.lang.UnsatisfiedLinkError: info.guardianproject.libcore.io.OsConstants

public SimplePropertiesStore(File storeFile) throws IOException {
            mStoreFile = storeFile;
            if (storeFile.exists())  //THIS IS WHERE IT'S CRASHING
                mProperties.load(new FileInputStream(mStoreFile));
        }

Does anyone know how to solve this issue? Thanks,

n8fr8 commented 6 years ago

That should be coming from the IOCipher dependency. Has that been fetched properly?