after hours and hours of search to get it running I'm stuck now. So what happened? I tried to dive into the PlayN framework to code my first game on android. With a little struggle I generated my first project with maven (because apparently some versions aren't available in the maven repo) so I used the newest version of the playn-archetype:
mvn archetype:generate -DarchetypeGroupId=com.googlecode.playn -DarchetypeArtifactId=playn-archetype -DarchetypeVersion=1.7.1
which generated my project neatly. Then I changed the Android SDK to 17 instead of the generated 11 and run the project. But instead of the background image which is in the assets project of PlayN I only get a black screen with a little box in the corner of my Phone which contains ERROR ERROR. Neither LogCat or any other Logging feature in IntelliJ-IDEA showed any exception or error so far. here is a picture of the screen
Has anyone encountered and fixed this problem? Thank you for your help!
Stuff I'm using:
- Android SDK 17
- Java Development Kit 7 update 25
- IntelliJ IDEA 12