Since the past year has been using the JetBrains IDE (Pycharm, Webstorm), has become accustomed to its style. There is a task to modify the Java Server Interface code (tomcat) and modify the Android program, no matter what, the development tool configuration This work must be done. I chose IntelliJ idea & Android Studio (developed under the IntelliJ framework). Start with IntelliJ idea 13 and then by the way Android Studio. I deploy the IDE's common configuration method as a task.
Task # #: Modify the code that already has Java Web Engineering to debug the following steps: 1. Download Tomcat This is not much to say, go directly to tomcat.apache.org or use brew, the command is as follows: $ brew Install tomcat 2. Configure Tomcat on the [IntelliJ idea] menu to find [Preferences] Open
SELECT [Application Servers]
Add New server3. Import an existing project
Import dialog Box4. Importing library files is manual for some libraries that are not able to be loaded automatically. The operation is as follows:
Right-click on the project, pop-up menu
Select Libraries
import jar for the specified directory5. Configure Facts & Artifacts Configuration facets
Add artifacts6. Debug run before debug run, need to configure Debug/run environment
SELECT [Edit configurations] on [Run]
add a local server or a remote server, you can
Click [Debug] to debug the task #: Modify the code of the existing ADT project to download Android studio and go directly to www.android.com. The other steps are basically the same as IntelliJ idea, just in the configuration using select [Android application], see, then OK
IntelliJ Idea & Android Studio Universal configuration under MacOS