joonhug / ipcamera-for-android

Automatically exported from code.google.com/p/ipcamera-for-android
0 stars 0 forks source link

Couldn't run from source #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checked out the source
2. build jni source with ndk-build
3. ran application

What is the expected output? What do you see instead?
Should run application :)
But in logcat I see this:
Cannot load library: link_image[1936]:  1196 could not load needed library 
'libffmpeg.so' for 'libipcamera.so' (load_library[1091]: Library 'libffmpeg.so' 
not found)

after which I have tried to add this line in NativeAgent.java:
System.loadLibrary("libffmpeg");

and get this error message:

libffmpeg: findLibrary returned null

What version of the product are you using? On what operating system?
Using latest code from svn. OS is Mac OS X 10.7.

Please provide any additional information below.

Original issue reported on code.google.com by vgevorg...@vtgsoftwares.com on 8 May 2012 at 1:14

GoogleCodeExporter commented 8 years ago
same here!!

Original comment by Gearl...@gmail.com on 22 May 2012 at 8:32

GoogleCodeExporter commented 8 years ago
I am having this same issue and I am using a OS X 10.7. When compiling the 
native files, it states "Invalid attribute name: package". Not sure if this is 
related.

Original comment by bry...@gmail.com on 29 May 2012 at 10:12