I formatted my computer and re-installed Windows 7. I did this to ensure there where no earlier versions of Cygwin, Eclipse, Java or something else that could screw up my attempt to compile a Tier 1 App.
I did get past some previous obstacles, but still encountered an error.
LogCat outputs several lines of errors:
03-06 11:53:30.667: D/AndroidRuntime(335): Shutting down VM
03-06 11:53:30.667: W/dalvikvm(335): threadid=1: thread exiting with uncaught exception (group=0x40015560)
03-06 11:53:30.686: E/AndroidRuntime(335): FATAL EXCEPTION: main
03-06 11:53:30.686: E/AndroidRuntime(335): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.thegamecreators.agk_player/android.app.NativeActivity}: java.lang.IllegalArgumentException: Unable to find native library: android_player
03-06 11:53:30.686: E/AndroidRuntime(335): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1622)
03-06 11:53:30.686: E/AndroidRuntime(335): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1638)
03-06 11:53:30.686: E/AndroidRuntime(335): at android.app.ActivityThread.access$1500(ActivityThread.java:117)
03-06 11:53:30.686: E/AndroidRuntime(335): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:928)
03-06 11:53:30.686: E/AndroidRuntime(335): at android.os.Handler.dispatchMessage(Handler.java:99)
03-06 11:53:30.686: E/AndroidRuntime(335): at android.os.Looper.loop(Looper.java:123)
03-06 11:53:30.686: E/AndroidRuntime(335): at android.app.ActivityThread.main(ActivityThread.java:3647)
03-06 11:53:30.686: E/AndroidRuntime(335): at java.lang.reflect.Method.invokeNative(Native Method)
03-06 11:53:30.686: E/AndroidRuntime(335): at java.lang.reflect.Method.invoke(Method.java:507)
03-06 11:53:30.686: E/AndroidRuntime(335): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
03-06 11:53:30.686: E/AndroidRuntime(335): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
03-06 11:53:30.686: E/AndroidRuntime(335): at dalvik.system.NativeStart.main(Native Method)
03-06 11:53:30.686: E/AndroidRuntime(335): Caused by: java.lang.IllegalArgumentException: Unable to find native library: android_player
03-06 11:53:30.686: E/AndroidRuntime(335): at android.app.NativeActivity.onCreate(NativeActivity.java:187)
03-06 11:53:30.686: E/AndroidRuntime(335): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
03-06 11:53:30.686: E/AndroidRuntime(335): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1586)
03-06 11:53:30.686: E/AndroidRuntime(335): ... 11 more
03-06 11:53:38.646: I/Process(335): Sending signal. PID: 335 SIG: 9
Also the emulator outputs: "Application ended unexpectadly"
What do I need to do to get rid of this?
Thanks for any help.
I am Norwegian, so please excuse my English. If there are any severe errors in my grammar, please, feel free to point that out to me. I honestly dont mind, seeing that I learn from my mistakes.