IntelliJ open source
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Win a copy of Flex 4 in Action this week in the Flex forum!
Reply Bookmark it! Watch this topic JavaRanch » Forums » Mobile » Android
 
RSS feed
 
New topic
Author

Is there any IDE+Emulator for developing Andriod App?

Sandeep Kumar Jakkaraju
Ranch Hand

Joined: Feb 25, 2009
Messages: 75

Is there any IDE+Emulator for developing Andriod App?
Imran Mohd
Ranch Hand

Joined: Mar 02, 2009
Messages: 38

You can use Eclipse and download ADT plug-in for developing Android Application

Coming to Emulator.... its is already included in SDK

This message was edited 1 time. Last update was at by Imran Mohd


Cheers,
Mohd Imran
SCJP 1.5
Hetal Vora
Greenhorn

Joined: Feb 11, 2009
Messages: 9

Eclipse is a good IDE to use for development.

Thanks and Regards, Hetal
SCJP 1.5 100%
Sonny Gill
Ranch Hand

Joined: Feb 02, 2002
Messages: 1202

Android development is probably easiest on Eclipse, but you can use other IDEs too, they just take a little more setup. Have a look at the Developing section in Android developer guide.

Intellij IDEA also has a plugin for Android, but I had trouble using it, and found it easier to just use the Ant build file created by activitycreator tool.

The future is here. It's just not evenly distributed yet. - William Gibson
Senior Consultant at Xebia. Sonny Gill Tweets
Imran Mohd
Ranch Hand

Joined: Mar 02, 2009
Messages: 38

The recommended way to develop an Android application is to use Eclipse with the Android Development Tools (ADT) plugin, provided in the SDK. The ADT plugin provides editing, building,and debugging functionality integrated right into the IDE.

However, if you'd rather develop your application in another IDE, such as IntelliJ, or use Eclipse without the ADT plugin, you can do that instead. The SDK provides the tools you need to set up, build, and debug your application.

Cheers,
Mohd Imran
SCJP 1.5
Fred Grott
Ranch Hand

Joined: Oct 05, 2002
Messages: 340

Two IDEs:

Eclispe with the Google ADT plugin

NetBean with the nbandroid plugin

ShareME blog
Sharing Techonology
My Programming Knols
Greg Zimmers
Greenhorn

Joined: Feb 04, 2010
Messages: 4

Here is a very detailed and easy to follow step by step guide for setting up everything you need to get started.
The tutorial will show you how to install and configure
  • Eclipse 3.5
  • Android 2.1 (Android SDK rev 4)
  • JAVA (JDK 6 Update 18)
  • Setup virtual device


  • Then follow the Hello World tutorial at the same blog.

    [Tutorial] Step by Step Guide to Setup Eclipse and Android 2.1 SDK
    Bill Mote
    Greenhorn

    Joined: Feb 04, 2010
    Messages: 11

    My buddy has a great how-to for setting up the development environment and your phone to allow real-time debugging:

    Android Development Blog: http://goo.gl/lbH9

    dot
     
     
     
    Reply Bookmark it! Watch this topic JavaRanch » Forums » Mobile » Android
     
    RSS feed
     
    New topic
    hibernate profiler

    .