ailiboy / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

missing files jni/Application*.mk on svn? #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
svn-r910

I had problems to get ebookdroid packed properly (apk installs and runs but 
didn't open any pdf: E/AndroidRuntime( 2784): Caused by: 
java.lang.UnsatisfiedLinkError: Library ebookdroid not found)

Reading compile-logs carefully I found these:
     [exec] android-ndk/build/core/add-application.mk:49: jni/Application.wexler.t7007.mk: No such file or directory
     [exec] android-ndk/build/core/add-application.mk:49: jni/Application.arm7.a8.mk: No such file or directory
     [exec] android-ndk/build/core/add-application.mk:49: jni/Application.arm7.a8.neon.mk: No such file or directory
     [exec] android-ndk/build/core/add-application.mk:49: jni/Application.arm7.a9.mk: No such file or directory
     [exec] android-ndk/build/core/add-application.mk:49: jni/Application.arm7.a9.neon.mk: No such file or directory

I tested and got running version with 'cp jni/Application.mk 
jni/Application.wexler.t7007.mk'

Original issue reported on code.google.com by aapo.rantalainen on 7 Feb 2012 at 10:21

GoogleCodeExporter commented 9 years ago
device specific files are not included.

Original comment by Andrei.K...@gmail.com on 7 Feb 2012 at 11:03