How to run AndEngineExample Android

Bipin Alee Magar
2 min readMar 16, 2017

--

In order to run simple example except physics related (physics related examples need AndEnginePhysicsBox2DExtension library), here are the steps to get it done.

1. First you have to setup main AndEngine library. If you haven’t here is the tutorial with screenshot.

2. Then clone or download the examples from github.

3. Create assets folder and copy the required asset from exampleLibrary in AndEngine app created from above link.

4. Copy example except physics related mention it in manifest and run it.

5. It’s done.

Hope it helps you…If any problem relating setting up the andengine and running it please feel free to comment.

PLUS if you want physics library setup letme know it. I will post it on your request. :P

--

--