Zom-Android-XMPP icon indicating copy to clipboard operation
Zom-Android-XMPP copied to clipboard

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

Open kaveeshkanwal opened this issue 6 years ago • 1 comments

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,

kaveeshkanwal avatar Feb 27 '18 05:02 kaveeshkanwal

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

n8fr8 avatar Feb 28 '18 20:02 n8fr8