Skip to main content

Prepare PC for android development

Android is the most popular smart phone operating system. You can create your own android apps from your machine using the android developing tools. You can download the android developing tools from the internet without paying any money. You need the following software packages in your computer to start android development.

1. Ecipse IDE (It is possible to develop android apps without using an IDE).
2. ADT android devoloping tool or the eclipse plugin for android.
3. Android SDK

Eclipse IDE:
You can download the eclipse IDE from here. After downloading eclipse you will get a zip file. Extract the zip file to an appropriate location in your computer. In that folder there is an eclipse launcher icon is present. You can open eclipse by double clicking that icon. You can make an eclipse shortcut into your desktop by right clicking that icon and choose the create a shortcut menu option.

ADT Eclipse plugin:
You can install the ADT in two ways.
1'st way: Installing directly from the developer.android website. Just go to that website from here. Click the "Download" option present at the left side of that website. Under that option you can see another sub tag called "setting up an existing ide".  Click that option and you can see that another sub tag "installing eclipse plugin". In that page you can get the ADT downloading URL. Also you can copy it from bellow.                                    
              https://dl-ssl.google.com/android/eclipse/    
Now open the eclipse IDE and select the Install new Software option. Now an install window will appear and paste the copied URL into the work with  option in that window. You can see that a Developer tolls and NDK plugins check boxes appear and you have to check the Developer tool check box.
Click next and the installer will guide you further steps and finally click finish.

2'nd way of installing ADT:
You can also download the ADT from internet as a zip file.  For installing ADT as a zip file just follow the steps given bellow.
1. Select the help tab from the menu bar.
2. Choose the install new software option.
3. Click the add button present in the appeared installer window.
4. Click the Archive button on the Add Repository window.
5. Now browse for the ADT zip and select it.
After doing all these steps the installer window will guides you for further steps and finally click finish.

Installing Android SDK:
Final step for starting android development is to install the android sdk. For installing android sdk follow the steps given bellow.
1. Click the window tab from the menu bar.
2. Choose the Android SDK Manager.
3. From the SDK manager window you can download and update appropriate android SDK and other tools.
You can also load the SDK manager from the android SDK folder.

Comments

Post a Comment

Popular posts from this blog

Android Swipe Views with Tabs

In this post we are going to learn about how to integrate the android tab view with the fragments using ViewPager and ActionBar class. For displaying the tabs on the top of the screen you need to interact with the android action bar, this is because the tab views is connected with the action bar. Ads by Google In this example application we make three tabs called "java", "php" and ".Net" and there are three seperate fragement view for each of these tabs. First you need to add the ViewPager into the activity_main.xml file. <android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/pager" android:layout_width="match_parent" android:layout_height="match_parent" > </android.support.v4.view.ViewPager> Now create three layout files for the fragments. 1. java_layout.xml <?xml version="1.0" encod

Android MySQL Database Operations

In this post we are going to learn about how to connect to MySQL Database from your Android Application and perform database operations. Here we create an android app that contain some login Activity through which the user can retrieve information from database and a registration Activity through which the user can add information into the database.  First you need to have the following components installed in your development machine.  1. Database : Here we use the MySQL database. 2. Web Server : Here we use the Apache Web Server. 3. Server side Scripting Language :   Here we use PHP for server side scripting. 4. Android Development environment : You must install android sdk and android studio.   I recommend you to download and install WAMPSERVER. The wamp server installer contains the following components. Apache Server Application MySQL Database PHP/phpMyAdmin First we have to create the database and table in MySQL. You can use the phpMyAdmin for mange yo

"please correct the errors on this form" adsense error simple solution

Many of the bloggers now facing the problem with their adsense widgets. Whenever try to add the new  adsense link unit using the blogger widgets, it shows the error " please correct the errors on this form " as shown bellow. In blogger you can add the adsense units in two ways. First one is adding the adsense using the blogger widgets(Most of the beginners doing this) and the second method is to obtain the adsense code from the adsense login page and place it into the targeted position on the blog. To improve the revenue from adsense you have to place the appropriate ad unit into the right position. The adsense link units are very important for increasing the adsense revenue. So due to this error many of the bloggers are unable to place the link units.  Here is the solution for the problem. 1. Login into your adsense and blogger account. 2. Now make sure that only two adsense widgets (units) are present on your blog, this is because Google allows onl