You have missed out the importent bits from the ddms log.  Look for a
line that includes "caused by" and/or include more of the exception
log so we can have a look at it.

On Sep 21, 10:27 am, onionbread <[email protected]> wrote:
> Hi,
>
> I'm new to android development but I have background in C++ and a bit
> of java. I'm trying to run a game in Samsung Galaxy S but it crash.
> When I check the error message from ddms, it shows:
>
> FATAL EXCEPTION: main
>  java.lang.ExceptionInInitializerError
>   at java.lang.Class.newInstanceImpl(Native Method)
>   at java.lang.Class.newInstance(Class.java:1429)
>   ...
>  and so on
>
> What I want to know is, what exactly is the meaning of this error,
> does it crash during an initialization? If yes, is the location in the
> c main file or in java file?
>
> I read some information on android developer's reference (http://
> developer.android.com/reference/java/lang/
> ExceptionInInitializerError.html#ExceptionInInitializerError())
> But, honestly, I still don't get it.
>
> I tried google this error message but couldn't find the answer I'm
> looking for.
>
> Any explanation on this error will be much appreciated.
> Thank you very much. :)

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