Game Development Reference
In-Depth Information
ï?® AndroidManifest.xml describes your application. It defines what activities
and services comprise your application, what minimum and target Android
version your application runs on (hypothetically), and what permissions it
needs (for example, access to the SD card or networking).
ï?® project.properties and proguard-project.txt hold various settings for the
build system. We won't touch upon this, as the ADT plug-in will take care of
modifying these files when necessary.
Figure 2-6. Hello World project structure
Search WWH ::




Custom Search