How to Learn efficiently is the most worth learning.
From yesterday afternoon to noon today, I had no clue about andengine, and finally installed the source code and example for running. Now I want to sort it out.
A lotCodeThere are no Chinese comments, and some are just a bit more comprehensive introduction to the blog handler of andengine (you can pack the content in the folder of andengine into a jar package ), if you import example directly in eclipse, you will find many unknown errors, and it seems that the source code is not compatible with example, so I will copy all the java files in example to SRC, and then the andengine done by others. the jar file is imported in, and there is no error. The JAR file is successfully run as soon as it is run. You can see:
Source code and examples and API can be downloaded here: http://download.csdn.net/detail/duancanmeng/4060082
The first step of the long journey has been completed. Next, we need to look at the source code and the example.