Cocos2dx on windows 8

Hi,

I am trying to install cocos2dx and setup the dev environment. After failing again and again with cygwin, I finally found a tutorial about setting up the environment with msys.
I followed it all the way, and everything works well. I had issues but I managed to solve one after another.
But now I am stuck and I tried almost every way mentioned on the internet, but I couldn’t find any solution. I am seriously frustrated and I really need help, so please help me out. I am posting the error log I get in the LogCat.
The application simply crashes upon launch.

Thanks.

02-02 03:39:21.140: INFO/ActivityManager(59): Config changed: { scale=1.0 imsi=310/260 loc=en_US touch=3 keys=2/1/2 nav=3/1 orien=2 layout=34 uiMode=17 seq=20}
02-02 03:39:21.429: WARN/dalvikvm(539): Unable to resolve superclass of Lorg/cocos2dx/hellocpp/HelloCpp; (13)
02-02 03:39:21.429: WARN/dalvikvm(539): Link of class ‘Lorg/cocos2dx/hellocpp/HelloCpp;’ failed
02-02 03:39:21.453: DEBUG/AndroidRuntime(539): Shutting down VM
02-02 03:39:21.453: WARN/dalvikvm(539): threadid=1: thread exiting with uncaught exception (group=0x4001d800)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): FATAL EXCEPTION: main
02-02 03:39:21.519: ERROR/AndroidRuntime(539): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{org.cocos2dx.hellocpp/org.cocos2dx.hellocpp.HelloCpp}: java.lang.ClassNotFoundException: org.cocos2dx.hellocpp.HelloCpp in loader dalvik.system.PathClassLoader[/data/app/org.cocos2dx.hellocpp-2.apk]
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2585)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at android.os.Handler.dispatchMessage(Handler.java:99)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at android.os.Looper.loop(Looper.java:123)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at android.app.ActivityThread.main(ActivityThread.java:4627)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at java.lang.reflect.Method.invokeNative(Native Method)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at java.lang.reflect.Method.invoke(Method.java:521)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at dalvik.system.NativeStart.main(Native Method)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): Caused by: java.lang.ClassNotFoundException: org.cocos2dx.hellocpp.HelloCpp in loader dalvik.system.PathClassLoader[/data/app/org.cocos2dx.hellocpp-2.apk]
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at java.lang.ClassLoader.loadClass(ClassLoader.java:573)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at java.lang.ClassLoader.loadClass(ClassLoader.java:532)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at android.app.Instrumentation.newActivity(Instrumentation.java:1021)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2577)
02-02 03:39:21.519: ERROR/AndroidRuntime(539): … 11 more
02-02 03:39:21.559: WARN/ActivityManager(59): Force finishing activity org.cocos2dx.hellocpp/.HelloCpp
02-02 03:39:21.980: INFO/WindowManager(59): Setting rotation to 0, animFlags=1
02-02 03:39:22.052: INFO/ActivityManager(59): Config changed: { scale=1.0 imsi=310/260 loc=en_US touch=3 keys=2/1/2 nav=3/1 orien=1 layout=34 uiMode=17 seq=21}
02-02 03:39:22.109: WARN/ActivityManager(59): Activity pause timeout for HistoryRecord{44fdbef0 org.cocos2dx.hellocpp/.HelloCpp}
02-02 03:39:24.750: DEBUG/dalvikvm(59): GC_EXPLICIT freed 3583 objects / 216752 bytes in 146ms
02-02 03:39:33.211: WARN/ActivityManager(59): Activity destroy timeout for HistoryRecord{44fdbef0 org.cocos2dx.hellocpp/.HelloCpp}