Tuesday, 21 May 2013

Know to create simple android project in windows



Creating  First Android Application in Eclipse :)


You require
  • Java (latest version)
  • Eclipse with ADT plugin installed OR
  • ADT bundle which has everything pre-configured


Follow these simple steps
  1. Make sure both Java and Eclipse you have are of same bit version (either both 32 bit or both 64 bit )

  2. Download the ADT bundle from here
  3.               ->  Click on Download Sdk 
                  ->  Select 32 bit or 64 bit according to your Java

  4. Extract it where ever you want

  5. Now open the extracted folder which looks similar to 
  6.                          adt-bundle-windows-x86_64-20130219
    It contains 2 folders sdk and eclipse

  7. Go to eclipse find eclipse.exe and double click

                                That's all!!!!  No more setup.. Every thing is ready for you.


          Note: Download according to your OS you have installed, 32 bit or 64 bit irrespective of your System.

           ex: If you have installed 32 bit OS on 64 bit System, download 32 bit adt bundle not 64 bit



Please leave your doubts or suggestions in comments section :)

No comments:

Post a Comment