Film izle Sinema izle Bayan Azdirici Bayan Azdirici Damla Azdirici Geciktirici Sprey Geciktirici porno sex travesti cialis kiz oyunlari kiz oyunu oyna porno sex porn sex r57.txt c99 shell hackerbox



Community

October 21, 2010

Train With A Trainee: Week 1 Part A – Installing Android

eclipse tools

Train with a trainee: Android app development from the ground up: Week 1

First and foremost, and I can’t stress this enough, I am not a developer. I want to be though and that’s what counts. If any of the information provided in this 12 week series is incorrect or can be made simpler, please let me know. Like many of you, I have spent hours, days and weeks reading and learning from various websites. The information is out there but sadly as with all things in the web is not very streamlined. I signed up for a 12 week online training course that will walk us through everything we will need to know about building Android applications from the ground up. I thought it would be a good idea to share with you all this process as I learn it. For a noob, like myself, all this information should be very helpful. For a seasoned vet, correct any mistakes I share and who knows maybe I’ll put something up that you didn’t know. If you wish to follow along, be my guest, they will be put out every week and updates will be sent out via @AndroidSPIN and @openandroidmove on twitter. You can also find the whole series HERE in our Forums and will be updated with each week as well. Here is how I plan to approach this for everyone. Each week of training has 4 to 5 sections in it. I will create a post for each section unless they overlap and need to be put into one post.  Feel free to ask questions and Google anything you would like. As I said I am not a developer nor do I claim to be. You will be reading and learning what I am being taught. Here’s what we will be learning this week: Introduction to Android and Java.

(1) Installing Android
(2) Creating Hello World
(3) Running on Emulator
(4) Introduction to Java Data types, Loops, Conditionals and Operators

For this article we are just going to focus on the first part, (1) Installing Android.

Many of you may have already gone through these steps when attempting to learn from other sites. I know I did. So what I did was uninstalled everything and started at ground zero so I could follow this training class to the letter. If you already have all these steps completed then you can skip this part. Let’s get started!

We will need java to run an Android development environment. Download the latest JDK available for download for Android. You can find that here http://www.java.com/en/download/index.jsp. Once that has been downloaded and installed we move on to the next program.

We need to install Eclipse. Eclipse is the official IDE for Android. The version you will want to download is ‘Eclipse IDE for Java Developers’ get that download from herehttp://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/galileosr2 Once the file is complete you will need to open it up. The file comes in a .zip format so open the .zip file using your favorite application (I use winzip) and then place the folder on your desktop for right now to make everything easy to find.

Last thing we need is the Android SDK. You can get that here http://d.android.com/sdk/index.html Of course it is in a .zip file again so extract it to your desktop like we did with the Eclipse Folder. Once you have that file you will open it up and run SDKmanager.exe application. A window will appear asking what packages you wish to install. For safety and because I don’t know any better, just select ALL and let it download everything available. This will take some time to get all the install files in. It took me roughly 20 minutes for it to complete.

We now have all the software needed to get started on building applications. We just need to set it all up so it’s ready for work.

In order to use Eclipse we need the Android Development Kit (ADK). This is really simple to install, Open Eclipse and select HELP scroll down towards the bottom and select INSTALL NEW SOFTWARE. Click on ADD SITE button and paste this https://dl-ssl.google.com/android/eclipse/ You will see Developer Tools pop up in the name section, check the box then hit next. Follow the screen prompts and accept the terms and condition. It will then install the ADK for you then you will be prompted to restart Eclipse.

Now that Eclipse is back up and running we need to point the Eclipse program to where the Android SDK is on your PC. So go to Window > Preferences. On the left hand side you will see a list with Android as the second Item. Click on Android. In the field at the top it states SDK Location. Hit Browse to find your Android SDK. In my case and during set up we placed it on the desktop. Mine looks like this C:\Users\Stormy\Desktop\android-sdk-windows. You just need to select the android-sdk-windows folder not anything inside the folder. Your location may be different as well as titled different if you are on a Mac or Linux. Hit APPLY then OK .





Congratulations. You have now set up your android developer tools and programs.

In the next article we will walk  through creating the HelloWorld application and setting up the Emulator.









About the Author

Stormy Beach
I worked at T-Mobile for 5 years. I was the go to guy for Android phones and training. That passion didn't stop even after my departure from the company. I currently moved up from my MyTouch 3G to a Samsung Vibrant. A lot has changed in a very short time. I look forward to all the latest and greatest every time I wake up.





 
 

 
Screen Shot 2012-05-18 at 6.19.43 PM

The ManDroid Show: Free the HTC EVO 4G and One X! Lock Up the iPhone!

Thank you as always for clicking into another episode of The ManDroid Show. Apple, I swear, why do you got to make our lives miserable? Try concentrating on make your out dated phone batter. Enjoy the show! News Topics HTC EVO ...
by David Pena
1

 
 
OutSPin_Permissions_Final

OutSpin: Why Google will never get it right!

These have been an interesting two weeks (last week writer’s block did win over me) in the Android/Google world: Samsung presented the Galaxy SIII, Google and Oracle were in court waiting for a decision that could change ...
by Fernando Fonseca
6

 
 
Huawei Prism

[Poll] Are entry level Android devices a step backwards in promoting the Brand?

Here I am, sifting through thousands of stories from around the web trying to find the next cool or big thing that you guys might want to know about. That is when I stumble upon a post over at Tmonews about the Huawei Prism 3G ...
by Stormy Beach
5

 

 
Wii-U-Android

[Rumor] Nintendo’s Wii U could be powered by Android

So, last year at E3, Nintendo announced the successor to the Wii, named the Wii U. Its announcement was met with some excitement and some disappointment from Nintendo fans around the globe. Personally I feel Nintendo took a t...
by Stormy Beach
3

 
 
SlideToUnlock

OutSpin: There’s something wrong with this picture (and other considerations)

Writer’s block sucks and I suffer from it. Not for a lack of things to say – I have literally dozens of ideas during the week – but when it gets to the moment that I have to sit down and translate those ideas ...
by Fernando Fonseca
1

 
 
boeing-android

Boeing makes more than jumbo Jets

Looks like they will let anyone make an Android device now a days. Just kidding. That is the point of an open platform after all. Another big name company, know more for jets that get our poor pathetic butts to events, is looki...
by Stormy Beach
1

 




25 Comments


  1. Aksoutherland

    Amazing, I will be following along as well. I just started going through this myself last week.


  2. South69_dallas

    are going to need previous experiance in code or java to do future steps?


  3. Great article, Stormy! Regarding the Java question, It entirely depends on what you are trying to build. For some of the more complicated apps, you will need to code using Java, but Google’s App builder is a very easy way to get started developing your own apps without any programming experience.


  4. This will hopefully be the first of many articles dedicated to learning Android development. Awesome job Stormy.


  5. Glebseverskiy

    If you are running ubuntu or linux here is a good guide how to set it up in linux: http://onthefencedevelopment.com/?p=455


    • Thank you very much for that link. i didn’t want to get to crazy and confusing with many different OS. Im fairly sure that most everything will be similar after the applications are set up correct.. am I right?


  6. Jose88per2

    androidspin your the best!!!!!!!!!! question why does java says error loading preferences???


    • That a good question.. when are you getting this error? what OS are you on?


      • Jp2dj1

        i’m running windows 7 home premium 64-bit. i’ve uninstall and reinstalled but still same error. thanx for the help!!


      • Jp2dj1

        i’m running windows 7 home premium 64-bit. i’ve uninstall and reinstalled but still same error. thanx for the help!!


        • I wonder if the Java download is 32 bit? Or you might already have the latest Java updates and not need that download.


          • Jp2dj1

            could be that… i’ll check. plus how do i check? when i open sdk manger, everything is ok. then I go to virtual devices, ok as well. choose then start the emulator then the java windows pops up normally but it says only error loading preferences. android emulator starts to work within 6 mins…. THAT JAVA ERROR IS BUGGING ME!!!!! THANX!


  7. [...] Installing Android – Completed HERE (2) Creating Hello World – Completed HERE (3) Running on Emulator - Completed HERE (4) [...]


  8. [...] Installing Android – Completed HERE (2) Creating Hello World – Completed HERE (3) Running on Emulator - Completed HERE (4) [...]


  9. I’m not showing the SDKs at the last step.. Win7x64


  10. I’m not showing the SDKs at the last step.. Win7x64


  11. Apologize for the late response. I figured out I didn’t install the SDKManager.exe. Please disregard. Thanks for your help!


  12. Eric Wilson

    Thank you so much for this…thank you times ten!


  13. What about using Macbook pro for this? I can’t find the ADK, I just get SDK from your list. Also, there seems to be no ‘help’ button once it’s downloaded in order to install it on Eclipse. HElp!


  14. What about using Macbook pro for this? I can’t find the ADK, I just get SDK from your list. Also, there seems to be no ‘help’ button once it’s downloaded in order to install it on Eclipse. HElp!


  15. Kasyful Fuadi

    Very nice article. I can install it smoothly. Thank you



Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>


 
sexsikislezbiyensex izledeutschsex.netdeutschporno.net sexpornoporn videoshd sexsex free pornfree Porn videos
kiz oyunlari kiz oyunu oyna porno sex porn sex porno