I finally got my game to run on my Asus EePad Slider but I have one little problem with orientation.
When it starts the splash screen is displayer correct but the game is turned 180 degrees.
I turned the splasscreen around with Paint so it looks the same.
But my question is: Can I turn the game 180 degrees around?
Is it in the manifest filer or somewhere else?
This is the last thing I need and I'm ready to publish my game to the Android Market.
[EDIT]Never mind. SetOrientationAllowed( 0, 0, 1, 1 ) did the job[/EDIT]