09-22 22:47:08.036: ERROR/AndroidRuntime(31237): FATAL EXCEPTION: main
09-22 22:47:08.036: ERROR/AndroidRuntime(31237):
java.lang.ExceptionInInitializerError
09-22 22:47:08.036: ERROR/AndroidRuntime(31237):     at
java.lang.Class.newInstanceImpl(Native Method)
09-22 22:47:08.036: ERROR/AndroidRuntime(31237):     at
java.lang.Class.newInstance(Class.java:1429)


09-22 22:47:08.036: ERROR/AndroidRuntime(31237): Caused by:
java.lang.UnsatisfiedLinkError: Library TestGame01 not found
09-22 22:47:08.036: ERROR/AndroidRuntime(31237):     at
java.lang.Runtime.loadLibrary(Runtime.java:461)
09-22 22:47:08.036: ERROR/AndroidRuntime(31237):     at
java.lang.System.loadLibrary(System.java:557)
09-22 22:47:08.036: ERROR/AndroidRuntime(31237):     at
com.test.android.TestGame01<clinit>(TestGame01.java:369)
09-22 22:47:08.036: ERROR/AndroidRuntime(31237):     ... 15 more


On Sep 22, 7:47 pm, RichardC <[email protected]> wrote:
> 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