All Android Applications are developed in Java Language. You must know Java in order to be able to develop any android application.
You need to have the set up of android development environment. You would require the following:
The Android SDK is composed of modular packages that you can download separately using the Android SDK Manager . Whenever there is a new release for SDK tools or platforms , you can use the SDK Manager to quickly download them to your environment.
Once your environment is ready, you can start creating your apps. Lets develop our first project "Hello World" and learn how to create and run a project/application in Eclipse.
You need to have the set up of android development environment. You would require the following:
- Download the Android SDK.
- Install the latest version of ADT plugin for Eclipse .
- Download the latest SDK tools and platforms using the SDK Manager.
- Follow the installation instructions
The Android SDK is composed of modular packages that you can download separately using the Android SDK Manager . Whenever there is a new release for SDK tools or platforms , you can use the SDK Manager to quickly download them to your environment.
Once your environment is ready, you can start creating your apps. Lets develop our first project "Hello World" and learn how to create and run a project/application in Eclipse.
No comments:
Post a Comment