Changes

Jump to: navigation, search

Creating an Example Android App in Android Studio

65 bytes removed, 14:30, 10 April 2014
Defining the Project and SDK Settings
 
<br><br>
The preceding chapters of this book have covered the steps necessary to configure an environment suitable for the development of Android applications using the Android Studio IDE. Before moving on to slightly more advanced topics, now is a good time to validate that all of the required development packages are installed and functioning correctly. The best way to achieve this goal is to create an Android application and compile and run it. This chapter will cover the creation of a simple Android application project using Android Studio. Once the project has been created, a later chapter will explore the use of the Android emulator environment to perform a test run of the application.
</pre>
If the The module is given a name that does not match the application name, it will be then appended to the package name. For example:
<pre>

Navigation menu