Kaveesh Kanwal

Results 1 issues of Kaveesh Kanwal

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)); }...