Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts

Saturday, November 16, 2013

Setting Up Android Development Environment Level 0 Part 2

Preparing Android development environment: On my first post  " Android Overview " of Android Development Guide for Beginners, I mentioned about Android operating system requires JDK version 6.



First make sure you have installed compatible jdk version on your system. You can download the latest jdk from here

In this tutorial I am not going to show the whole manual process of installing Eclipse, plugins and sdk. For some reason I like to use portable ADT BUNDLE. Its very easy and quick to make ready your android development environment.

Download  ADT BUNDLE  and extract the zip forlder

The folder contains eclipse and sdk folder where every thing is pre-installed. Run eclipse.exe from eclipse folder. It will appear our working workstation which refers where our projects will be saved. Locate your preferred workstation location.
This is enough to make our first app but there are two things we have to do. One is install other packages to support on the specific devices.

Go to  All Programs > Android SDK Tools > SDK Manager select the devices and libraries you want to install & click install packages



And the second is setting up a virtual device (Emulator) to run our application. 
From Eclipse menu navigate Window > AVD Manager> Click New button to create a new  Virtual Device for emulator. Fill up the following information or set up as you required and finish by clicking Create AVD button.




Posted by: Ikrum Hossain
Latest Computer Technology, Updated at: 3:32 AM

Android Overview : Beginner Android Development Level 0 Part 1

What is Android?

Like other operating system we know " Windows, Linux and Mac" android itself is an operating system. In brief Android is a Linux-based Operating System ( OS ) for mobile platform. Obviously Android is the most popular OS for smartphones and tablet computers. Android OS was developed by the Open Handset Alliance (OHA), led by Google, and other companies and later purchased by Google in 2005.



Some Key Points Before Staring Development:

• Android is Open Source
• Android is based on the well known programming language Java
• Well documented developers portal
• Almost all OS compatible Development Environment
• Compile with Real Device or virtual device(Emulator)
• Program Runs by Dalvik Virtual Machine

System Required To Start Developing:

OS: Windows XP, Vista , 7 for both 32/64 bit , Ubuntu 8.04 or later, Mac 10.5.8 or later
• Eclipse IDE
• Java Development Kit (JDK) v6
• Android Software Development Kit (SDK)

Lets Start Android Development by Preparing Development Environment
Posted by: Ikrum Hossain
Latest Computer Technology, Updated at: 2:46 AM