+ 2
i search for someone coding with intelliJ IDEA?
Is here somebody?
8 Respostas
+ 2
create a configuration for running the project. you can find it on toolbar, to the left of "run" icon. the combobox one, choose edit configuration. after that, click the + icon and select application. edit its name, choose the main class, select the working directory to your project root, and the last, "use classpath of module" pick your project module. if its a single project, select that project. and then save. run while selecting the profile that you create just now. if you can't follow my instruction i can create a video about it
+ 1
I used to develop with it. I use Android Studio now because it's free and it's the official Android IDE.
+ 1
I use it everyday. The ultimate one is free for student, just apply it. Android Studio is a fork of it, I use it too.
0
Raizal, I have a question: when you compile your program, what is the code to put on execution your cursor on running area?? br
0
Gleb, also maybe you know?
0
wait. a plain java or maven/gradle ?
0
You are the best, Raizal, thank a lot , I'll check this solution!!!
0
In my school they teach me with IntelliJ, the auto-completing if very useful and there’s a lot of IA auto-complete plugins for many programming languages.