I try to create an application for mobile phone LG GT-540 (Android 2.1).
The application does not work if I initialize the new world
...
world = new World(gravity, doSleep);
Will be grateful for any ideas how to overcome this problem...
I try to create an application for mobile phone LG GT-540 (Android 2.1).
The application does not work if I initialize the new world
...
world = new World(gravity, doSleep);
Will be grateful for any ideas how to overcome this problem...
I met the same problem as this exception
it told I don't include the slf4j dependency,but jbox2d-library-2.1.2.jar has already include slfj4, so you could change the "slf4j" package inside the jbox2d.jar to the most recent version,it would fix this error.
and this jbox2d issue refers here, you could find the most recent version of slf4j in that page.