Hello, I develop a native application on my shield tablet to get camera frame. I download the shield tutorial and I work on eclipse.
I get that error: 01-09 08:45:35.475: I/art(9536): Late-enabling -Xcheck:jni 01-09 08:45:35.559: D/AndroidRuntime(9536): Shutting down VM 01-09 08:45:35.560: E/AndroidRuntime(9536): FATAL EXCEPTION: main 01-09 08:45:35.560: E/AndroidRuntime(9536): Process: com.nvidia.NativeCamera , PID: 9536 01-09 08:45:35.560: E/AndroidRuntime(9536): java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN7android11BufferQueueC1ERKNS_2spINS_19IGraphicBufferAllocEEE" referenced by "/data/app/com.nvidia.NativeCamera-1/lib/arm/libnative_camera2.so"... 01-09 08:45:35.560: E/AndroidRuntime(9536): at java.lang.Runtime.loadLibrary (Runtime.java:372) 01-09 08:45:35.560: E/AndroidRuntime(9536): at java.lang.System.loadLibrary( System.java:1076) 01-09 08:45:35.560: E/AndroidRuntime(9536): at com.nvidia.NativeCamera. NativeCamera.<clinit>(NativeCamera.java:23) 01-09 08:45:35.560: E/AndroidRuntime(9536): at java.lang.Class.newInstance( Native Method) 01-09 08:45:35.560: E/AndroidRuntime(9536): at android.app.Instrumentation. newActivity(Instrumentation.java:1067) 01-09 08:45:35.560: E/AndroidRuntime(9536): at android.app.ActivityThread. performLaunchActivity(ActivityThread.java:2359) 01-09 08:45:35.560: E/AndroidRuntime(9536): at android.app.ActivityThread. handleLaunchActivity(ActivityThread.java:2518) 01-09 08:45:35.560: E/AndroidRuntime(9536): at android.app.ActivityThread.- wrap11(ActivityThread.java) 01-09 08:45:35.560: E/AndroidRuntime(9536): at android.app.ActivityThread$H. handleMessage(ActivityThread.java:1345) 01-09 08:45:35.560: E/AndroidRuntime(9536): at android.os.Handler. dispatchMessage(Handler.java:104) 01-09 08:45:35.560: E/AndroidRuntime(9536): at android.os.Looper.loop(Looper .java:148) 01-09 08:45:35.560: E/AndroidRuntime(9536): at android.app.ActivityThread. main(ActivityThread.java:5457) 01-09 08:45:35.560: E/AndroidRuntime(9536): at java.lang.reflect.Method. invoke(Native Method) 01-09 08:45:35.560: E/AndroidRuntime(9536): at com.android.internal.os. ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 01-09 08:45:35.560: E/AndroidRuntime(9536): at com.android.internal.os. ZygoteInit.main(ZygoteInit.java:616) I don't really understand the reason of that error. Here is my github : https://github.com/xav12358/nativeCamera Can someone give me a hand? Best regard. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/dbb7b41d-6cf4-4f0e-9e8b-7035510079e5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

