Reputation: 7911
I am trying to find the .jar file for android box 2d but haven't been successful. So far I've found an apk supposedly with it but don't know how i'd use that. Supposedly you can convert the apk to a jar, but is that what i'm looking for?
A secondary question is if there is a problem just using jbox2d instead of the android version.
Upvotes: 1
Views: 5773
Reputation: 23508
Don't even bother with box2d, try AndEngine, which is specifically designed and optimized for Android, and contains not only box2d engine, but sound, sprites, openGL support and many-many game-related things you may use right from the box. did I mention samples? yes, there are aplenty!!
Upvotes: 0
Reputation: 1315
There is an SVN path you can check out. I had a look and it seems to contain an Android project with the .jar file you are looking for.
Checkout this path: http://androidbox2d.googlecode.com/svn/trunk/
Upvotes: 2