Top "Intellij-idea" questions

IntelliJ IDEA is an IDE by JetBrains.

Error: Unfortunately you can't have non-Gradle Java modules and > Android-Gradle modules in one project

I have an IntelliJ 14.1.2 Project consisting of two modules - one is an Android Gradle based module and the other …

java android gradle intellij-idea intellij-14
What are iml files in Android Studio?

What are iml files in Android Studio project? I read that it is configuration file for modules. I do not …

android intellij-idea android-studio
Intellij idea subversion checkout error: `Cannot run program "svn"`

I am using intellij idea 13.0. When I am trying to checkout from subversion I am getting error Cannot load supported …

svn intellij-idea
Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6

When trying to run the Example CorDapp (GitHub CorDapp) via IntelliJ, I receive the following error: Cannot inline bytecode built …

android intellij-idea kotlin jvm corda
IntelliJ IDEA JDK configuration on Mac OS

I am using IntelliJ IDEA 10. Every time when I create a new project, it is asking me to choose JDK …

macos intellij-idea
intellij idea - Error: java: invalid source release 1.9

I'm trying to run my JSQL parser class, but I'm getting Error: java: invalid source release 1.9. I tried to following …

java intellij-idea compiler-errors
Getting "cannot find Symbol" in Java project in Intellij

I make this call to a static singleton instance from the class GameManager.java. HUD.getInstance().update(timeDelta); HUD.java …

java intellij-idea
How to: Install Plugin in Android Studio

I'm looking for installing custom plugin on Android Studio, how can I go about it?

android plugins intellij-idea
Kotlin unresolved reference in IntelliJ

I started off with the tutorial for learning Kotlin in IntelliJ.When I tried running the example i.e fun …

intellij-idea jvm kotlin