IntelliJ IDEA is a popular IDE by JetBrains. Originally created for Java, it currently supports a lot more languages: Grails, HTML, PHP, Ruby, Python, JavaScript, Scala, Clojure and others.
0
votes
1answer
13 views
Adding Jar files to IntellijIdea classpath
I am a beginner in Intellij. I have created a new project. But I can't use the third party jars in my project. I have the jars in a directory structure as follows -
...
1
vote
1answer
20 views
Using Build Flavors - Structuring source folders and build.gradle correctly
I am trying to use different Build Flavors for one same Application project in Android Studio. However, I seem to be having a terrible time configuring it to work appropriately.
Steps:
Create a ...
0
votes
1answer
9 views
How can I provide IntelliJ macros to VM Options for a tomcat run configuration?
I need to pass project relative paths to my tomcat run configuration. IntelliJ supports macros such as {PROJECT_DIR} but not for the VM Options field. There is an Open Issue for this feature but ...
0
votes
0answers
15 views
How to set up a local DBpedia mirror
I am trying to set up a local DBpedia Information Extraction Framework, but there seems to have some problems which I cannot deal with. I followed the instructions on the official site using Intelli ...
1
vote
1answer
21 views
android project with sherlock actionbar git-checkout and go possible?
I'm working with several android/iOS projects that are being modified by different developers, designers, QA people and even Clients.
With iOS projects is so much easy to have the whole project ...
0
votes
2answers
55 views
Android Studio Issue on Mac
I am using new android studio .when i download and install it there was no issue. But now when i try to create a new project it's show this error
Your Android SDK is out of date or is missing ...
0
votes
1answer
17 views
Debugger source line synchronization not working in IntelliJ IDEA Scala plugin
I'm running IntelliJ IDEA 12.1.3 on Windows 8 with the Scala plugin 0.7.264. Scala is installed in C:\Apps\Scala\scala-2.10.1, and that directory is in my PATH. The Scala docs are in ...
0
votes
1answer
36 views
Trouble loading images in IntelliJ Java project
This is probably a really basic question, but I have been unable to find it answered anywhere else.
I am having trouble getting some GIFs to show up in my IntelliJ project, and I can't figure out ...
0
votes
1answer
32 views
How to debug scalatra application in IntelliJ Idea? [duplicate]
I can't find any documentation or examples of debugging Scalatra apps in IntelliJ Idea.
Is it possible to run the Scalatra app in debug mode to attach the Idea?
0
votes
2answers
42 views
AlertDialog not showing up
I am trying to make a simple little test on an Android emulator called YouWave for Android 4.1.1 (I believe it is).
I am using IntelliJ to generate an APK file to use with the emulator. I simply went ...
0
votes
1answer
23 views
IntelliJ IDEA: How to rename a project (in “Recent Projects” list)?
The title says it all -- is there an easy way in IDEA 12 to rename a project in the "Recent Projects" list?
1
vote
1answer
34 views
hide Intellij Idea yellow light bulb
Is there a way to hide yellow light bulb, which greatly annoys me showing on every line.
I don't want to disable any inspections. I just want to hide yellow light bulb.
I'm trying to switch from ...
1
vote
2answers
133 views
Android Code Style in Intellij Idea / Android Studio
Before Android Studio, I was using android-formatting.xml as Code Style in Eclipse.
How can I setup Android Studio / Intellij Idea to format code as in Eclipse?
UPDATE
I tried Eclipse Code ...
0
votes
0answers
25 views
how can I resolve error on run-app-griffon?
When I want to run my griffon application I get this error.
How can I resolve my problem ?
C:\GroovyEdit>griffon run-app
Welcome to Griffon 1.3.0 - http://griffon-framework.org/
Licensed under ...
-2
votes
0answers
57 views
Android developing in Scala [closed]
I've been learning Scala lately and found that I really need to learn it more. As I develop the applications for Adnroid, I become curious about developing them in Scala.
How good is this idea? How ...
0
votes
0answers
15 views
Intellij doesn't display some of my logs in the debugger
All of my log statements appear in adb logcat, but two of them don't appear in Intellij Logcat. Why?
Log.i(TAG, "in the long click");
CommentViewHolder commentViewHolder = (CommentViewHolder) ...
0
votes
1answer
19 views
How to us specify IntelliJ Exclude Directories using Gradle?
Using IntelliJ to open a build.gradle file, in the "Import Project from Gradle" window, the "Excluded Roots" are pre-populated with the .gradle and build directories.
How do I specify what ...
0
votes
1answer
37 views
Is there any way to write debug output to Android Studio in design mode?
When the output in design mode is not as expected in Android Studio, is there anyway to debug this by for instance inserting log-writing code that will be visible in the Android Studio IDE?
Let's say ...
0
votes
0answers
12 views
IntelliJ IDEA: SVN merge
I have IntelliJ IDEA 12.1.3 installed and I have trunk and branch in SVN.
I use IDEA to merge from branch to trunk, and call command Subversion->Integrate Directory.
Source 1 is branch, Source 2 is ...
0
votes
0answers
11 views
Android Dex: trouble processing “javax/transaction/xa/XAException.class”:
I am trying to build my project in the new Android Studio IDE and am unable to. I get this error but I cannot find where this class is being used.
I found this: ...
0
votes
0answers
13 views
Is there some UI for “$ git tag” in IntelliJ IDEA?
Can I see tags in IntelliJ IDEA somehow? The same as $ git tag from the command line.
0
votes
0answers
26 views
How to link Test folder to Source folder in Intellij IDEA?
I have been working on a project whose source and test files (unit testing) are in separate folders in one SVN server. What I would like to know is how to link those source files to their respective ...
0
votes
1answer
23 views
Intellij Artifact has invalid extesion
I have strange a problem with deploing artifact on jboss. After generating default spring-mvc project in intellij, I try run it but,
intellij show in "Run/Debug Configuration" my "Artifact XYZ:war ...
1
vote
0answers
25 views
Adding GooglePlay to Android Studio causes compile failure
I have a hello world type app that compiles fine in Android Studio. I want to bring in Google Maps to it. As soon as I add support into Android Studio and try to compile it gives me an error.
Here ...
0
votes
0answers
40 views
Unable to resolve reverse routing methods in IntelliJ
I'm following one of the play framework tutorials, but I'm getting compile errors whenever I try to use reverse routing. Firstly,
public static Result javascriptRoutes() {
...
1
vote
1answer
25 views
How can I tell IntelliJ's “Find in Files” to ignore generated files?
I need to do a find in files. I want to ignore or exclude generated files, like JAX-WS artifacts or classes in target folders. How can I tell IDEA to exclude these files from the find?
1
vote
2answers
33 views
What is the IntelliJ shortcut key to create a javadoc comment?
In eclipse, I can press alt + shift + j and get a javadoc comment automatically generated with fields, returns, or whatever would be applicable for that specific javadoc comment. I'm assuming that ...
2
votes
1answer
27 views
How to disable inserting empty line on paste?
Each time I paste a line of code in IntelliJ IDEA it inserts an empty line below the inserted one, how to disable this? Thank you.
-1
votes
0answers
12 views
Join class opening bracket to class declaration [closed]
I have following code:
public class MyClass
{
}
How can I tell my Idea to format it automatically to:
public class MyClass {
}
0
votes
0answers
25 views
Android R files from external libraries Intellij (not as jar!)
I have a problem of being use resoure file from the external library on Intellij.
On runtime when I tried to get a view from resource from the external Library layout and its wrote "Class not loaded : ...
0
votes
1answer
46 views
IntelliJ 12 Python - Issues with manage.py Tasks
I'm currently looking for a nifty Python/Django IDE and came across PyCharm from JetBrains which I tested for about a week now and I'm quite impressed by this piece of software.
However, I've read ...
2
votes
0answers
21 views
Debugging Groovy scripts running in a ScriptEngine from IDEA
In my app, I load a script file from the classpath into a String, then pass it into the ScriptEngine. Howerver, the breakpoint set in the script file doesn't trigger. How can I make it work? I use ...
4
votes
2answers
781 views
Failed to import new Gradle project: Could not fetch model of type 'IdeaProject'
when i started android studio i get this error:
Failed to import new Gradle project: Could not fetch model of type 'IdeaProject' using Gradle distribution ...
1
vote
1answer
20 views
INSTALL_FAILED_MISSING_SHARED_LIBRARY when using MapView in Android Studio
I am trying to use a com.google.android.gms.maps.MapView in my app. It compiles without a problem, but I am getting the following error when launching it from Android Studio:
Failure ...
0
votes
1answer
35 views
Consuming .net WCF service from Java
I new to Java, and thought it'd be a nice learning exercise to implement a client application on top of a .NET WCF service I'm already familiar with.
I ran wsimport.bat from the latest JAX-WS ...
3
votes
2answers
80 views
+50
How to accommodate multiple coding styles? (git vs. IDE)
I am collaborating on a git-sourced, maven-managed Java project with differing code styling preferences with users using multiple IDE's (note 1).
Is there a tool or IDE configuration that will ...
0
votes
2answers
32 views
Highlight lines that are too long?
In vim, I can create a rule that highlights lines that are over 80 characters long. Can I do this in intelliJ? Here's an example in vim:
0
votes
1answer
26 views
Can one specific different compiler options for different modules in the same IntelliJ IDEA project?
We have an Android project with multiple modules. One of the modules is mostly code from a different team that doesn't care about things like deprecated APIs. Due to some business and process ...
1
vote
1answer
23 views
IntelliJ delete files from project but from disk
When I delete a file (either a class, a library or anything) from a project in IntelliJ , the file will also be deleted from the disk physically! Is there any way to avoid this? I may still need the ...
0
votes
0answers
77 views
Using IntelliJ-Idea - Getting “Cannot Resolve Symbol” on Spinners
So I'm using the android guide for creating a spinner and I can create both the spinner and ArrayAdapter objects but the .setDropDownViewResource(int i) and .setAdapter(adapter a) methods say they ...
0
votes
1answer
60 views
IntelliJ Cant Find Test Context
I am having issues running unit tests in intelliJ. I have looked through other forums where people have had similar issues but so far I still haven't been able to get it to work. This is the error:
...
0
votes
1answer
44 views
Android Studio - Error inflating class com.google.ads.AdView
I'm using new Android Studio. I've done an application and works fine, now I've to add AdMob sdk. so I put the jar in 'libs' folder and right-click "add as library".
I run the project on my smartphone ...
1
vote
2answers
181 views
How do you sync projects to Github with Android Studio?
I am trying to sync a project that I have on in my Android Studio folder to Github but I am not fully sure what to do other than adding my credentials in the options menu. Could someone give me a ...
0
votes
1answer
213 views
Unable to find UI designer in the new Android Studio [closed]
I have downloaded the new android studio that has been released recently. I am unable to find the UI design preview for the xml, as it is in eclipse. Any help or suggestions on that?
0
votes
3answers
26 views
File are not found when using Intellij IDEA
I have a file named test-mule-flow.xml under src/main/app folder, and I added a unit test:
MuleFlowTest extends FunctionalTestCase
@Override
public String getConfigResources() {
return ...
2
votes
2answers
85 views
Which files shouldn't be checked in into version control in Android Studio
I have used Eclipse IDE with the Android SDK Tools in the past, and now I'm migrating to Android Studio. Android Studio generates a lot of files, like build.gradle. Which files/folders should I add to ...
-1
votes
0answers
22 views
Developing applications for Android in IntelliJ IDEA error [closed]
When I create a new project this message welcomes me.
Cannot find resource directory for module untitled
Thank you for you answer.
1
vote
0answers
100 views
Can't activate Preview mode Android Studio
I am trying to switch over to the new Android Studio (awesome btw) but I can' activate the "Preview" window to view my XML files like they demo'd in I/O.
When I navigate to View-->Tool ...
0
votes
3answers
108 views
IntelliJ Idea, “Not valid Scala home” error on Windows
Alright, so I have Scala 2.10 installed on my computer, and it works fine in eclipse...
I recently installed IntelliJ Idea to see how good an alternative it was, but apparently it doesn't like my ...
0
votes
1answer
28 views
Referencing Property file in Servlet Context
Newbies question:
I have in my Context XML
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
...



