WendySu0629 / ipcamera-for-android

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

Application crash - loading library #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
couldn't able to load the library. crashed when following line executes.

System.loadLibrary("teaonly");      
System.loadLibrary("ipcamera"); 

Original issue reported on code.google.com by snober...@gmail.com on 14 May 2012 at 10:34

GoogleCodeExporter commented 8 years ago
I meet same issue.Anyone can help.Thanks a lot

Original comment by JamesCha...@gmail.com on 31 May 2012 at 3:50

GoogleCodeExporter commented 8 years ago
I meet the same issue. 
Someone please help. Thanks a lot.

Original comment by ehua...@gmail.com on 6 Jun 2012 at 2:40

GoogleCodeExporter commented 8 years ago
Do the following steps:
1. Download the apk onto your laptop...
2. Rename the apk to a zip file
3. Open it using winzip..there will be 2 files in the lib folder...

In Elcipse
1. Create a libs folder under the project
2. under the libs folder create another folder and call it armeabi
3. copy the two files from the zip file into this folder

You are ready to go !!!

Original comment by vijay...@gmail.com on 20 Jun 2012 at 8:01

GoogleCodeExporter commented 8 years ago
Thanks. it works :)

Original comment by snober...@gmail.com on 21 Jun 2012 at 7:21

GoogleCodeExporter commented 8 years ago
Thanks VIJAY it helped.

Original comment by ngarje...@gmail.com on 15 Mar 2014 at 5:01