After setting up development tools, we will move to creating our first android application project with eclipse.
Watch the explanation in this video:
- Application Name : the app name that appears to users. For this project, use "Firstapp".
- Project Name : the name of your project directory and the name visible in Eclipse.
- Package Name : the package namespace for your app (following the same rules as packages in the Java programming language). Your package name must be unique across all packages installed on the Android system. For this reason, it's generally best if you use a name that begins with the reverse domain name of your organization or publisher entity. For this project, you can use something like "com.tutandroidcentral.firstapp".
- Minimum Required SDK : the lowest version of Android that your app supports.
- Target SDK : the highest version of Android (also using the API level) with which you have tested with your application.
- Compile With : the platform version against which you will compile your app. For this project, use "Android 4.0 (Ice Cream Sandwich) API15 ".

This comment has been removed by a blog administrator.
ReplyDelete