Open GoogleCodeExporter opened 8 years ago
Found and worked out how to build NDK, however despite the libipcamera.so file
being present in libs/armeabi I still get
06-12 15:30:27.027: E/AndroidRuntime(288): java.lang.UnsatisfiedLinkError:
Library ipcamera not found
Original comment by adampco...@gmail.com
on 12 Jun 2012 at 3:38
I've experienced the same problem, have u had any luck with this issue?
Original comment by Bruno.Ti...@gmail.com
on 18 Jun 2012 at 1:13
I ended up downloading the compiled adk file, renaming it as a zip and
extracting the libs into my own project.
Original comment by adampco...@gmail.com
on 18 Jun 2012 at 1:15
I got it to compile using the following steps (I also have the environment
setup for the SDK for ICS but I don't think that's relevant)
a) download and unpack the android NDK (say into ~/android-ndk-r8b)
b) in the jni directory run svn co
"http://libjingle.googlecode.com/svn/trunk/talk talk -r103"
c) run~/android-ndk-r8b/ndk-build from the root of the droidipcam directory
Sadly I'm now getting the error "phone doesn't support MP4+AMR_BN" on my nexus
S running JellyBean but I hope these steps above help someone.
Original comment by pibbot...@gmail.com
on 31 Jul 2012 at 3:15
I've also experienced the problem! I do not know how to compile the jni c++
code to
a .so file.If any one solved the problem ,please contact with me! Thank you!
Original comment by wurenanj...@gmail.com
on 31 Aug 2012 at 3:41
Don't work APK neither building from source code. logcat say:
...
11-23 10:16:10.097: E/AndroidRuntime(3943): FATAL EXCEPTION: main
11-23 10:16:10.097: E/AndroidRuntime(3943): java.lang.UnsatisfiedLinkError:
Couldn't load teaonly: findLibrary returned null
...
Original comment by elmany...@gmail.com
on 23 Nov 2012 at 9:32
i have experienced same problem please tel me is ther any possible way. any one
send teaonly.h file
Original comment by harika.r...@gmail.com
on 4 Jun 2013 at 11:59
I had the same issue while Generating .so file please help
Original comment by jatinder...@gmail.com
on 1 Oct 2013 at 9:16
Original issue reported on code.google.com by
adampco...@gmail.com
on 12 Jun 2012 at 11:05