I am about to start developing an android app and need to get an IDE. Eclipse and the android eclipse plugin appears to be the natural choice. However I am familiar with intelliJ and re-sharper so I would prefer use intelliJ.
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Sunday, June 3, 2012
What is the best IDE to develop Android apps in?
ADT requires "org.eclipse.wst.sse.core 0.0.0" but it could not be found
I'm installing the Android SDK on a fresh installation of Fedora 14 (Linux). I installed eclipse, and ran the tools/android sdk tool to install all the Eclipse components for the SDK. I was able to get DDMS to install when selecting it by itself.
Thursday, May 31, 2012
Things possible in IntelliJ that aren"t possible in Eclipse?
I have heard from people who have switched either way and who swear by the one or the other.
Android adb "Unable to open sync connection!'
I can run and debug my Android app on my phone just fine, most of the time. Then, seemingly randomly, when I try to run or debug my app from Eclipse, the Console in Eclipse says:
Sunday, May 27, 2012
"Must Override a Superclass Method" Errors after importing a project into Eclipse
Anytime I have to re-import my projects into Eclipse (if I reinstalled Eclipse, or changed the location of the projects), almost all of my overridden methods are not formatted correctly, causing the error ' The method ?????????? must override a superclass method '.
Thursday, May 24, 2012
"Debug certificate expired' error in Eclipse Android plugins
I am using Eclipse Android plugins to build a project, but I am getting this error in the console window:
Wednesday, May 23, 2012
Do you keep your project files under version control?
Do you keep project files like Eclipse's .project, .classpath, .settings under version control (e.g. subversion)?
Friday, May 18, 2012
Eclipse: Set maximum line length for auto formatting?
I am working with Java. If I hit Ctrl + Shift + F in Eclipse Helios, it will auto format my code. At a certain point, it wraps lines. I would like to increase the maximum line length. How can I do this?
Thursday, May 17, 2012
So eclipse and xdebug walk into a bar, and then my apache server dies
I am using windows xp x86, wamp, apache2, php 5.3 x86, eclipse php, and xdebug, running on localhost as both a virtualhost and an https virtualhost
Wednesday, May 16, 2012
How to find out what class is referenced the most?
How to find out what class is referenced the most?
I want to find the most important classes in a large system and i think that is the best way to do it. any ideas?
Wednesday, May 9, 2012
Can I debug PHP files under Eclipse PDT without using Apache?
I have just installed Eclipse PDT 3.0.2 (I don't know what Eclipse base this is, Galileo or Helios), and have been enjoying the step up from NetBeans. In getting more serious about my PHP development (I have recently expanded from only ASP.NET), I decided to move from editing my PHP files directly under my Xampp Apache doc root (htdocs), and have created a workspace under my usual source location, c:\development.
Eclipse as an IDE - What do you find missing as a beginner in Java?
I am working on a solution that aims at solving problems that newbie programmers experience when they are "modifying code" while bug fixing / doing change requests, on code in production. Eclipse, as we all know is a great IDE. Features such as Code Completion, Open Declaration, Type Hierarchy, Package Explorer, Navigator, Finding References etc aids people in fixing things quicker compared to say using something like Textpad.
Wednesday, May 2, 2012
Integrating CoffeeScript with Eclipse?
Is there a way to integrate CoffeeScript and Eclipse, so that when I write CoffeeScript in one window the other will show the compiled code as Javascript?
Tuesday, May 1, 2012
Android Device Chooser — device not showing up
I'm using the android plugin for eclipse, and when I try to run my program using a real device through the android device chooser, my phone is not listed as a device. I have updated eclipse and all of the android packages, but it still isn't showing up. My phone is running 1.6, which is also the target version listed in the eclipse project.
Wednesday, April 25, 2012
Problem building executable jar with maven
I am trying to generate an executable jar for a small home project called "logmanager" using maven, just like this:
Sunday, April 22, 2012
Android change SDK version in Eclipse? Unable to resolve target android-x
I developed an Android aplication against 2.1 SDK. Since then I have re-installed Eclipse/Android SDK; with the new install, I want to 'upgrade' the dependancy of the Android application to 2.2 SDK (because I dont want 2.1 installed on my machine). Is this possible? I am getting the following error from eclipse:
Monday, April 16, 2012
What is the list of valid @SuppressWarnings warning names in Java?
What is the list of valid @SuppressWarnings warning names in Java?
How to configure Eclipse to autocomplete using java.util.List and not java.awt.List?
It's a minor thing, but it drives me nuts that when I type List in Eclipse, it always asks me if I mean java.util.List or java.awt.List when I never ever use java.awt.List . There are other similar cases with name collisions in my own project and more esoteric standard libraries. Is there a way to configure Eclipse to assume that I mean java.util.List unless I go out of my way to specify otherwise?
Sunday, April 8, 2012
How can I stop the LogCat output from scrolling automatically in Eclipse?
UPDATE: This turned out to be a bug in R14 of the SDK tools. It has been fixed in R15 which was released on Oct. 27. Updating to the latest release solves the problem as suggested in the accepted answer.
Wednesday, March 7, 2012
Is Emacs useful compared to Eclipse programming Java?
When working in an actual development environment with other people, is Emacs still a valid IDE? I work with Eclipse with my co-workers, but I'm curious if there are any benefits whatsoever of using Emacs over Eclipse.