Questions tagged [intellij-17]

19 questions
0
votes
1 answer

Intellij Android Project Gradle

I can't sync my fresh Android Gradle project in Intellij Ultimate. Module: ':app' platform 'android-32' not found. Under Tools > Android > SDK Manager Android API 32 is installed.
0
votes
1 answer

IntelliJ new settings sync

IntelliJ added in IntelliJ IDEA 2017.3 EAP an integration to store the settings configuration in their own store, instead of using a GitHub repo as I am doing now. The only problem is that I can't find the "Gear Icon" in the "Status Bar" to set that…
Andrea Bergonzo
  • 3,983
  • 4
  • 19
  • 31
0
votes
0 answers

Forced to iterate over Collection using Object?

All of a sudden, intellij-idea 2017.1.5 does not allow me to iterate over a Collection with a forach and a String variable. The simple piece of code: for (String methodPath : methodsService.getMethodPaths()) { // .... } where private…
payloc91
  • 3,724
  • 1
  • 17
  • 45
0
votes
3 answers

Tooltip doesn't let me type text when it is appeared. IDEA's editor

I am working with Itellij IDEA (2017.2.4). I am not sure whether the reason is new version of IDEA, but I started to face it after new version installed. When I type some code in editor and Tooltip is shown (it can be inspection or just parameters…
Eugene Stepanenkov
  • 896
  • 16
  • 34
1
2