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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to