Can I program an Android application without actually having an Android phone?

By , 31 August, 2010, 1 Comment

Does the Android SDK contain anything to test your application on while developing an Android application (much like the iPhone does)?

I don’t own a phone with Android (I actually have an iPhone…) but I would like to program some Android apps, without burning money on a phone. When it comes time to test my application on a live phone I have plenty of friends that would be willing to be guinea pigs.

Related Posts
  1. Apple allegedly doctored evidence in patent case against Samsung
  2. T-Mobile Tap – midnight blue
  3. Cisco to cut 6,500 jobs to boost profits
  4. Lodsys goes after top-dog gaming firms Atari, EA, Rovio in patent suit
  5. HP TouchPad Gets webOS Update and Discount
  6. Barnes & Noble Pushing eTextbooks for Back to School
  7. PCM 2011 Diary – Stage 6: Water, Hills and Failure
  8. AT&T preps for early to mid-September iPhone 5 launch
  9. Nokia to undercut Android prices to gain U.S. market share
  10. LG Thrill 4G to finally show up at Radio Shack, will cost $80 on contract and $550 outright
1 Response {+}
  • nuvious@ymail.com

    Yes. The android SDK includes an emulator call AVD or Android Virtual Device. It is limited in some respects because it can’t receive calls or be moved around for GPS testing, but for simple games and web-apps it’s perfect for users who don’t want to invest in a development phone.

    Here’s a website on how to use the AVD in the basic sense:
    http://developer.android.com/guide/developing/tools/avd.html

    However I recommend using the Eclipse Android Development Tool (ADT) plugin for all your work as the AVD launcher is built right into the normal launch system for Eclipse. Here’s a page on how to install that:
    http://developer.android.com/sdk/eclipse-adt.html

    Obviously you’ll need to install Eclipse for Java Developers and the Android SDK first. If you haven’t done that yet, here are the pages you need to get that done:
    http://www.eclipse.org/downloads/
    http://developer.android.com/sdk/installing.html

Leave a Reply

Most Viewed