I see another person asked this question and was answered but the other person was on a Mac. Also, I want to know why people are recommending the Classic Eclipse IDE. What is "Java EE"?
I'm on Windows 7 64-bit.
I'm new at using Java but I don't want to start off with something that will later need changing. If I am intending to write apps for Android Phones (and later tablets), which environment should I use?
I see the following options for download: - Eclipse IDE for Java Developers - Eclipse IDE for Java EE Developers - Eclipse开发者_如何学JAVA Classic 3.6.2
Thanks!
For a list of the different Eclipse editions, see http://eclipse.org/downloads/
"Java EE" is a release of Eclipse with all the features that are particular useful for Java EE development. Other similar editions are aimed at PHP, plug-ins, C++, etc.
Any of these can be used as the basis for Android development, but if you "just" want to development Android stuff and have no need for Java EE support, PHP or whatever, then choose "...for Java Developers", as it is the smallest available...
You can write in Javascript using titanium.It converts the code js to java or objective c. I think this is the easiest way.It's the titanium link
You can use the Eclipse download for Java Developers and install Android Development Toolkit (ADT) plugin from Google.
Eclipse Pulsar which is intended for mobile developers is also available for from Eclipse downloads home.
If you are used to using Visual Studio on windows or other big IDEs, I'd recommend you use Eclipse for Java Developers.
If you are just getting started, I'd suggest you skip out on IDEs. For me, Eclipse was more trouble than I needed. Using VIM or Notepad++ and a batch file gives you great results.
精彩评论