by KJohn » Sat Jan 14, 2012 4:50 pm
Great video, love the little "easter eggs" throughout.
Slight problem running this. Got the nightly build (last night), have latest Eclipse Indigo (installed just a couple weeks ago), Win7 Pro x64, JDK 1.7, jre7.
Followed everything you did to a 'T', the desktop app works just fine, but the Android app does not. I get the following error when it tries to install the apk to the emulator:
"Could not find class 'com.awesome.SuperAwesomeExample', referenced from method com.awesome.SuperAwesomeActivity.onCreate"
"FATAL EXCEPTION: main"
"java.lang.NoClassDefFoundError: com.awesome.SuperAwesomeExample"
"at com.awesome.SuperAwesomeActivity.onCreate(SuperAwesomeActivity.java:13)"
I went through a bunch of different options in the Project properties to ensure the superawesome project was referenced correctly, its part of the build, tried messing with the build order too, cleaned the projects (I have auto-build checked so its rebuilt on run), re-ran numerous times, still same error.
Thoughts?
I will move on to the other game tutorials, but figured this should be working especially if its a 'begining tutorial'. Thanks!