1 / 9

Setting Up The Android SDK (Software Development Kit)

Setting Up The Android SDK (Software Development Kit). A basic step by step guide leading to set up and your first Hello World App. Downloads. Eclipse IDE (Integrated Development Environment) Download from click here .

yanni
Download Presentation

Setting Up The Android SDK (Software Development Kit)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Setting Up The Android SDK(Software Development Kit) A basic step by step guide leading to set up and your first Hello World App.

  2. Downloads • Eclipse IDE(Integrated Development Environment) Download from click here. • Install Eclipse, get to learn. Supports Java/C/C++/Ruby and many other things, it’s a powerful tool that I find more useful then Dr.Java. • Download The Android SDK - click here. • After installing the SDK we want can start developing apps but android offers a custom plug-in for Eclipse that comes with very useful tools for developing.

  3. Installing the ADT Click Help on the toolbar at the top. Next click Install New Software Type this URL into the work with field - https://dl-ssl.google.com/android/eclipse/ Click Add. A box will Appear specifying what you want to name it. For now anything will do but be specific so you can indentify your plug-ins easily

  4. Installing The ADT(Continued) Check the box the to the left of Developer Tools and all of the boxes underneath will automatically be checked. Next you want to hit finish and once its done installing you want to restart Eclipse. You will notice that the layout for Eclipse has changed a little bit.

  5. Installing more add-ons for future development Originally the Android SDK installed just the bare minimum of tools needed to create an app. If you’re expecting to develop something exceptional then you should make use of the extra tools provided for you that are just a few clicks away from installing. The tools range from sample code to get you started to earlier android platforms so people with any version specified by you can use your app all the way to specific phone virtual devices/drivers so you can see how that app would run on a certain phone. Personally I took advantage of all the tools and downloaded everything but that’s up to your discretion.

  6. Android SDK Manager There is a Bunch of tools totaling of about a 30-45 min period to install them all

  7. Hello World!!! • How to make your own Hello World App! Hello World

  8. Final Words • Androids app market is far less restricting then the apple app store but there are still rules to be followed and they can be viewed here. • The first app to be released on the market was ironically an app of the game snake. • Android has the highest percentage of 67% of their app market being free. Windows phones come close with 61%. Then of course apple falls behind with 37%.

  9. Android Developer Site Adroid Developers

More Related