Teaonly / android-eye

Change your android phone to surveillance camera
Other
1.08k stars 493 forks source link

jni issue. #3

Open leepopcan opened 11 years ago

leepopcan commented 11 years ago

sam@haifengl /cygdrive/c/git/android-eye/jni $ $NDK/ndk-build Compile thumb : mp3encoder <= presets.c Compile thumb : mp3encoder <= quantize.c Compile thumb : mp3encoder <= reservoir.c Compile thumb : mp3encoder <= tables.c Compile thumb : mp3encoder <= util.c Compile thumb : mp3encoder <= VbrTag.c Compile thumb : mp3encoder <= encoder.c Compile thumb : mp3encoder <= gain_analysis.c Compile thumb : mp3encoder <= lame.c Compile thumb : mp3encoder <= newmdct.c Compile thumb : mp3encoder <= psymodel.c Compile thumb : mp3encoder <= quantize_pvt.c Compile thumb : mp3encoder <= set_get.c Compile thumb : mp3encoder <= takehiro.c Compile thumb : mp3encoder <= vbrquantize.c Compile thumb : mp3encoder <= version.c Compile++ thumb : mp3encoder <= mp3encoder.cpp Prebuilt : libstlport_static.a <= /sources/cxx-stl/stlport/libs/armea bi/ SharedLibrary : libmp3encoder.so C:/android-ndk-r8-windows/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/ prebuilt/windows/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linu x-androideabi/bin/ld.exe: C:/git/android-eye/obj/local/armeabi/libstlport_static .a: No such file: Permission denied collect2: ld returned 1 exit status /cygdrive/c/android-ndk-r8-windows/android-ndk-r8/build/core/build-binary.mk:369 : recipe for target `/cygdrive/c/git/android-eye/obj/local/armeabi/libmp3encoder .so' failed make: *\ [/cygdrive/c/git/android-eye/obj/local/armeabi/libmp3encoder.so] Error 1

any help? Thanks

leepopcan commented 11 years ago

C:/git/android-eye/obj/local/armeabi/libstlport_static .a: No such file: Permission denied. In fact that file is exist.

ghost commented 11 years ago

installation fails in the emulator..... i have imported this project into my eclipse workspace and tried to run it on the emulator, but it failed. kindly help.....thanks

zhongbiqing commented 11 years ago

How to compiled c code . have any detail documents . please provided a link or doc. thanks!