You get a VerifyError when Android cannot find some class or method
that you are referencing (e.g., trying to use an API Level 9 method on
an API Level 8 device).

On Wed, Sep 21, 2011 at 10:11 PM, bob <[email protected]> wrote:
> Can someone help me understand this error?
>
> java.lang.VerifyError: com.coolfone.sonicboom.MyRenderer
>        at com.coolfone.sonicboom.hmm.onCreate(hmm.java:52)
>        at
> android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
> 1123)
>        at
> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
> 2231)
>        at
> android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
> 2284)
>        at android.app.ActivityThread.access$1800(ActivityThread.java:112)
>        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:
> 1692)
>        at android.os.Handler.dispatchMessage(Handler.java:99)
>        at android.os.Looper.loop(Looper.java:123)
>        at android.app.ActivityThread.main(ActivityThread.java:3948)
>        at java.lang.reflect.Method.invokeNative(Native Method)
>        at java.lang.reflect.Method.invoke(Method.java:521)
>        at com.android.internal.os.ZygoteInit
> $MethodAndArgsCaller.run(ZygoteInit.java:782)
>        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
>        at dalvik.system.NativeStart.main(Native Method)
>
>
> This is the code line:
>
>                renderer = new MyRenderer(this);
>
> Also, FYI
>
> public class MyRenderer implements GLSurfaceView.Renderer{
>
>        public MyRenderer(Context context) {
>
> FYI 2:
>
> MyRenderer renderer;
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to