hi to all can any one please tell me what is the problem from this logcat
once the app opens the image gallery to pick an image the app crashes
(what the code does: it opens the image gallery and loads the image as a wall paper then the user can ad an hair or a star ...etc to the image....)
thanks to all :)
E/dalvikvm(14530): Could not find class 'com.google.ads.AdView', referenced from method com.owleyes.moustache.Viewer.basicInit
W/dalvikvm(14530): threadid=1: thread exiting with uncaught exception (group=0x4001e578)
E/AndroidRuntime(14530): FATAL EXCEPTION: main
E/AndroidRuntime(14530): java.lang.VerifyError: com.owleyes.moustache.Viewer
E/AndroidRuntime(14530): at java.lang.Class.newInstanceImpl(Native Method)
E/AndroidRuntime(14530): at java.lang.Class.newInstance(Class.java:1409)
E/AndroidRuntime(14530): at android.app.Instrumentation.newActivity(Instrumentation.java:1024)
E/AndroidRuntime(14530): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1565)
E/AndroidRuntime(14530): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
E/AndroidRuntime(14530): at android.app.ActivityThread.access$1500(ActivityThread.java:117)
E/AndroidRuntime(14530): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
E/AndroidRuntime(14530): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(14530): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime(14530): at android.app.ActivityThread.main(ActivityThread.java:3691)
E/AndroidRuntime(14530): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(14530): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime(14530): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:912)
E/AndroidRuntime(14530): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:670)
E/AndroidRuntime(14530): at dalvik.system.NativeStart.main(Native Method)
I/dalvikvm(14530): threadid=4: reacting to signal 3
I/dalvikvm(14530): Wrote stack traces to '/data/anr/traces.txt'