Ask Your Question

nagarameshwar's profile - activity

2013-03-24 07:10:08 -0600 commented answer Couldn't load native_sample: findLibrary returned null opencv4android
2013-03-21 05:38:44 -0600 commented answer Android Face Recognition app fail to start

Even if i give the full Path Like for example in properties ->C/C++ General Path->includes i gave the full path like D:\android-ndk-r8d\platforms\android-14\arch-arm\usr\include instead \platforms\android-9\arch-arm\usr\include by manually Choosing it still the Problem Persists

2013-03-21 05:01:37 -0600 commented answer Android Face Recognition app fail to start

@StevenPuttemans: And will this Resolve the unfortunately ocv t3 add native opencv has stopped error?? I am Curious to Know its answer

2013-03-21 02:03:02 -0600 commented answer Android Face Recognition app fail to start

@StevenPuttemans : And hey what are these warnings?

Description Resource Path Location Type

Invalid project path: Include path not found (D:\New Folder\sdk\native\jni\include). MainActivity pathentry Path Entry Problem

Invalid project path: Include path not found (\sources\cxx-stl\gnu-libstdc++\include). MainActivity pathentry Path Entry Problem

Invalid project path: Include path not found (\platforms\android-9\arch-arm\usr\include). MainActivity pathentry Path Entry Problem

I tried to Ignore them Could these be the Problem?? If yes How to Correct them??

2013-03-18 23:19:41 -0600 received badge  Supporter (source)
2013-03-18 23:15:55 -0600 commented answer Android Face Recognition app fail to start

@steven : hey thanks for your reply i have checked i never included this Sample3Native$1 class nor i have ever referenced one inside my class but it shows that a reference have been made and its unavailable. And i checked again and again the include path is correct and there seems no issue with it even the project while building doesn't show any errors or warnings but once it runs i have a button on my main activity for taking a picture(start camera) once i click it, the error comes which looks creepy. After all there wasn't even warning as i mentioned earlier.

2013-03-18 11:01:46 -0600 asked a question Android Face Recognition app fail to start

i am developing an android based app in OpenCV when i build the code in eclipse i don't get any errors but when i run it it just says "unfortunately ocv t3 add native opencv has stopped" and stops here is what i get in the Log cat. Please help me ASAP because im in need of it in urgency.

03-18 05:06:50.408: E/dalvikvm(1074): Could not find class 'org.opencv.face.Sample3Native$1', referenced from method org.opencv.face.Sample3Native.<init>
03-18 05:06:50.848: E/AndroidRuntime(1074): FATAL EXCEPTION: main
03-18 05:06:50.848: E/AndroidRuntime(1074): java.lang.NoClassDefFoundError: org.opencv.face.Sample3Native$1
03-18 05:06:50.848: E/AndroidRuntime(1074):     at org.opencv.face.Sample3Native.<init>(Sample3Native.java:70)
03-18 05:06:50.848: E/AndroidRuntime(1074):     at java.lang.Class.newInstanceImpl(Native Method)
03-18 05:06:50.848: E/AndroidRuntime(1074):     at java.lang.Class.newInstance(Class.java:1319)
03-18 05:06:50.848: E/AndroidRuntime(1074):     at android.app.Instrumentation.newActivity(Instrumentation.java:1054)
03-18 05:06:50.848: E/AndroidRuntime(1074):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2097)
03-18 05:06:50.848: E/AndroidRuntime(1074):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
03-18 05:06:50.848: E/AndroidRuntime(1074):     at android.app.ActivityThread.access$600(ActivityThread.java:141)
03-18 05:06:50.848: E/AndroidRuntime(1074):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
03-18 05:06:50.848: E/AndroidRuntime(1074):     at android.os.Handler.dispatchMessage(Handler.java:99)
03-18 05:06:50.848: E/AndroidRuntime(1074):     at android.os.Looper.loop(Looper.java:137)
03-18 05:06:50.848: E/AndroidRuntime(1074):     at android.app.ActivityThread.main(ActivityThread.java:5039)
03-18 05:06:50.848: E/AndroidRuntime(1074):     at java.lang.reflect.Method.invokeNative(Native Method)
03-18 05:06:50.848: E/AndroidRuntime(1074):     at java.lang.reflect.Method.invoke(Method.java:511)
03-18 05:06:50.848: E/AndroidRuntime(1074):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
03-18 05:06:50.848: E/AndroidRuntime(1074):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
03-18 05:06:50.848: E/AndroidRuntime(1074):     at dalvik.system.NativeStart.main(Native Method)