Android Project wont run

Hello,
I developed an app it runs without problems on IOS but now i try to make it run on Android.
I downloaded the newest NDK and SDK with included Eclipse IDE.
I downloaded the newest Cygwin and installed it completly.
Now i try to create an android project but the way its descripted in the tutorials i found somewhere on this side it wont work since the menu has different options (and no simmilar).
I tried it by coping the code and resources into my android project.
Now when i try to run the app in simulator the simulator starts but it wont run the app, i only see the Android Launch screen.

have you built out a xxx.so?

If you are copying the resources/code between platforms then you have missed a trick.

You should set up your folders like

ProjectName

  • >Classes
  • >proj.android
  • >proj.ios
  • >proj.win32 (if using visual studio)
  • >Resources

This way all your classes and resources are shared between all your platforms without copying all over the place (and possible missing something).