Alexey Lekomcev

- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
-
Alexey Lekomcev created a post, AnsweredAndroidExtensionsGradleModel Unsupported major.minor version 52.0. Please use JDK 8 or newer
I try to start intellij idea(2019.1.2) and get the following error: org/jetbrains/kotlin/android/synthetic/idea/AndroidExtensionsGradleModel : Unsupported major.minor version 52.0. Please use JDK ... -
Alexey Lekomcev created a post, AnsweredtoString() returns "" for existed folder.
I use java.io.File: final File folder = new File("D:\\Temp"); After that I debug and see folder.toString() return "" even though folder.exists() returns true. Why is this? -
Alexey Lekomcev created a post, AnsweredFolder 'out' is not showed in project view
Hi All, The folder 'out' isn't showed in project view but it is existed in file system(show in explorer). Why is this? Thanks, Alexey -
Alexey Lekomcev commented, -
Alexey Lekomcev created a post, Answeredswitch formatting
Dear All, Default statement is not shift to the left automatically. case 1: break; default: How can I do format in switch statement? Thanks, Alexey -
Alexey Lekomcev created a post, AnsweredDecompiled .class file instead of source file
Dear All, I try to look at implementation of interface(it is implemented as anonymous class in another class). I open this implementation and it is opened as decompiled .class file. Other classes(n... -
Alexey Lekomcev created a post, AnsweredConfiguring dependencies via properties file
Hi. The point is adding dependencies in project. For example I can add jar via gui - project settings - modules - dependencies. I point a path to classes files on my file system. Another user on hi... -
Alexey Lekomcev created a post, AnsweredAdding jars to dependencies.
Hi. As I add jars to dependencies I can chose scope - compile, runtime...If I want jar to be used at compile and runtime. Why I cannot chose this option? -
Alexey Lekomcev created a post, js debug doesn't work
I did js configuration. In the url field I selected the index.jsp file from my file system. So in url I see http://localhost:7001/somepath/index.jsp. The somepath differs from from path to index.j...