WOW! This is awesome!

. I just had to try this, but I've started with a problem.
I have imported Rokon to eclipse and the samples that come with Rokon work fine on my G1. But when i include it into my own app and try to start it I get these errors:
- Code: Select all
10-25 20:21:44.956: ERROR/dalvikvm(761): Could not find method rokon.Rokon.createEngine, referenced from method org.fusion44.ProjectShootingStar.ProjectShootingStar.onCreate
10-25 20:21:44.966: WARN/dalvikvm(761): VFY: unable to resolve static method 22: Lrokon/Rokon;.createEngine (Landroid/app/Activity;)Lrokon/Rokon;
10-25 20:21:44.966: WARN/dalvikvm(761): VFY: rejecting opcode 0x77 at 0x0003
10-25 20:21:44.966: WARN/dalvikvm(761): VFY: rejected Lorg/fusion44/ProjectShootingStar/ProjectShootingStar;.onCreate (Landroid/os/Bundle;)V
10-25 20:21:44.966: WARN/dalvikvm(761): Verifier rejected class Lorg/fusion44/ProjectShootingStar/ProjectShootingStar;
10-25 20:21:44.966: WARN/dalvikvm(761): Class init failed in newInstance call (Lorg/fusion44/ProjectShootingStar/ProjectShootingStar;)
10-25 20:21:51.486: WARN/ActivityManager(571): Launch timeout has expired, giving up wake lock!
10-25 20:21:52.186: WARN/ActivityManager(571): Activity idle timeout for HistoryRecord{439099a8 org.fusion44.ProjectShootingStar/.ProjectShootingStar}
10-25 20:21:57.336: DEBUG/dalvikvm(619): GC freed 4618 objects / 256328 bytes in 143ms
I suspect that I don't include it correctly somehow. It seems to be ok with Eclipse how I do it since it doesn't complain.
This is one project that could definately benefit from the NDK when doing heavy math calculations.