I just downloaded andengine project with examples with extensions in eclipse. Most of the examples work just fine. However, those involving physics and the games(snake,racer,pong) get a force close message on my device. in the error log I get stackOverflow error that takes me to this piece of code:
public FontManager getFontManager() {
return this.getFontManager();
}
Did anyone have this problem before? Any help is appreciated. Thanks.
Just fix it with:
This bug was reported in november on AndEngine project site. No commits since september there.