IRC Logs

Log of #ghostscript at irc.freenode.net.

Search:
 <<<Back 1 day (to 2015/10/31)20151101 
diemex just for the record. I fixed my android jni nightmare. I downloaded an app called "native libs monitor" which shows you all native dependencies of all your android apps on your phone. I noticed that the libmupdf.so file was in my app but the size was only 5 kilobyte. So it somehow wasn't copying it correctly or just generating a "stub .so file or something".20:25.22 
  I had to add sourceSets.main {20:26.01 
  jni.srcDirs = [] // This prevents the auto generation of Android.mk20:26.01 
  jniLibs.srcDir 'src/main/jni'20:26.01 
  } to my build.gradle20:26.01 
 Forward 1 day (to 2015/11/02)>>> 
ghostscript.com
Search: