Questions tagged [intellij-eap]
8 questions
14
votes
2 answers
Create new Gradle based Android project in IntelliJ IDEA
The title pretty much says it all. I would like to create a new Gradle based Android project in IntelliJ IDEA (13 EAP) like I can do in Android Studio.
I've tried creating a new Android Project in IntelliJ but it uses the "old" build system, while…

feugatos
- 663
- 6
- 15
12
votes
2 answers
How do I open a sqlite db file in my local disk in intellij 13 preview
I can see the db file in the left pane of intellij but when I double click the file, nothing is opened. Also, I am on a trial of ultimate edition.

Fermat's Little Student
- 5,549
- 7
- 49
- 70
8
votes
2 answers
AVD is not valid. Configuration has changed since AVD creation in Intellij IDEA 13
This error appears when I updated IDEA CE to 132.1045 version.
AVD manager has no problem with this AVD.
I tried to recreate AVD from scratch but no result, same problem.
In SDK manager no updates.
If click on "Continue Anyway" app deploys normal.

lordmegamax
- 2,684
- 2
- 26
- 29
3
votes
1 answer
IntelliJ: disable voice/speech assistance
As of IntelliJ version 135.666 speech/voice assistance has been added;
e.g. saying:
awaiting orders
work completed
Nice flashback to playing Star/War Craft; but could be annoying; especially to the co-workers
I would like to disable it; but…

Neil
- 7,482
- 6
- 50
- 56
2
votes
2 answers
Intellij 16 - unit tests not recognized as part of the project for android module
I am trying Intellij 16 EAP and I can't properly import an android project in it. The robolectric tests are not recognized as part of the project
The project I am importing is a sample project that can be found on…

sakis kaliakoudas
- 2,039
- 4
- 31
- 51
1
vote
0 answers
IntelliJ: disable screensaver
As of IntelliJ version 135.666 the screensaver has been added to the IDE.
I couldn't find settings for it in the preferences. In particular, I would like to disable it.

Neil
- 7,482
- 6
- 50
- 56
1
vote
1 answer
Internal server error on Intellij Cardea (132.197) startup
I have been using the Intellij Cardea EAP (build 132.106) till yesterday with no issues.
Today, upgraded to the latest build (132.197) and got an internal server error after the update and Cardea wouldnt start up.
The…

Ashutosh Jindal
- 18,501
- 4
- 62
- 91
0
votes
1 answer
Spark properties file read
I tried to read a properties file in spark where my file location is available while run the job getting below error
code is
object runEmpJob {
def main(args: Array[String]): Unit = {
println("starting emp job")
val props =…

jordan
- 11
- 2