android - Tux Rider compiles but crashes on startup -


i wanted experiment android development, decided mess around drodin's tux rider app. had create new project in eclipse, drodin's existing 1 wasn't recognized. there, copied , pasted original project in. app compiled fine in eclipse (once downloaded latest google ads sdk , replaced missing, older version in build path). problem is, crashes whenever try run on virtual android 1.6 phone nexus 7 android 4.2.2. when attempted use debug mode virtual phone, app hung @ loading screen, proceeded crash when closed eclipse.

what doing wrong?

edit here's logcat log: http://pastebin.com/3jdhebw2 , here's traces.txt data/anr: http://pastebin.com/x9vijejm

this:

07-18 04:26:30.696: w/dalvikvm(379): threadid=17: thread exiting uncaught exception (group=0x4001aa28) 07-18 04:26:30.705: e/androidruntime(379): uncaught handler: thread thread-9 exiting due uncaught exception 07-18 04:26:30.776: e/androidruntime(379): java.lang.exceptionininitializererror 07-18 04:26:30.776: e/androidruntime(379):      @ com.drodin.tuxrider.installer.installfiles(installer.java:54) 07-18 04:26:30.776: e/androidruntime(379):      @ com.drodin.tuxrider.installer$1.run(installer.java:41) 07-18 04:26:30.776: e/androidruntime(379):      @ java.lang.thread.run(thread.java:1060) 07-18 04:26:30.776: e/androidruntime(379): caused by: java.lang.unsatisfiedlinkerror: library tuxrider not found 07-18 04:26:30.776: e/androidruntime(379):      @ java.lang.runtime.loadlibrary(runtime.java:489) 07-18 04:26:30.776: e/androidruntime(379):      @ java.lang.system.loadlibrary(system.java:557) 07-18 04:26:30.776: e/androidruntime(379):      @ com.drodin.tuxrider.nativelib.<clinit>(nativelib.java:33) 07-18 04:26:30.776: e/androidruntime(379):      ... 3 more 

specifically:

 @ com.drodin.tuxrider.installer.installfiles(installer.java:54) 

because of this:

07-18 04:26:30.776: e/androidruntime(379): caused by: java.lang.unsatisfiedlinkerror: library tuxrider not found) 

it seems looking library don't have in project, or may have in project, don't have linked; somethings missing.

under properties check java build path tab, make sure private libraries checked under 'order , export' make sure have necessary in libs folder...

edit: seems there issue googleads api per question building jni lib tux rider android

comment out googleads code in mainactivity.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -