09-05 21:40:36.031: E/AndroidRuntime(30347): java.lang.RuntimeException:
> Unable to start activity
> ComponentInfo{nielsen.happy.shooter/nielsen.happy.activities.Menu}:
> android.content.res.Resources$NotFoundException: Resource ID #0x7f030002
>
You are using a resource that doesn't exist...  This is happening somewhere
in your Menu class.

09-05 21:40:58.320: E/AndroidRuntime(30401): FATAL EXCEPTION: Thread-4898
> 09-05 21:40:58.320: E/AndroidRuntime(30401): java.lang.NullPointerException
> 09-05 21:40:58.320: E/AndroidRuntime(30401):     at nielsen.happy.shooter.
> MainGamePanel.render(MainGamePanel.java:94)
> 09-05 21:40:58.320: E/AndroidRuntime(30401):     at
> nielsen.happy.shooter.MainThread.run(MainThread.java:101)
>

You are trying to use a variable that is null...  MainGamePanel.java line
94 and/or MainThread.java line 101.  Also, I recommend you learn how to
read a java stack trace.

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Wed, Sep 5, 2012 at 1:45 PM, iQue <[email protected]> wrote:

> 09-05 21:40:36.031: E/AndroidRuntime(30347): java.lang.RuntimeException:
> Unable to start activity
> ComponentInfo{nielsen.happy.shooter/nielsen.happy.activities.Menu}:
> android.content.res.Resources$NotFoundException: Resource ID #0x7f030002
>

-- 
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