Paul Mallon
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created Intellij Ultimate not rendering properly on mac
AnsweredHi there, in the last couple of days it appears that Intellij IDEA is not rendering properly on my macbook. Buttons are missing from the project window, and files aren't rendering in the editor p... -
Created Android builds stopped working after latest upgrade
AnsweredHi, Everything was working fine this morning, I upgraded my IDE and went for a meeting, when I came back the android pluging seemed to have been uninstalled. After re-adding that, then upgrading ... -
Created How can I set a specific NDK in IDEA Ultimate?
I've started working on an android project at work. The setup document says I need to specifically use NDK 24.0.79. I can't see a way to specify that in the IDE (IDEA Ultimate). When setting up... -
Created How can I set up my intellij style xml file to organise imports in a specific order?
AnsweredIntellij keeps reordering my imports like so: import app.v1.myModule.db.model.InternalError; import app.v1.myModule.db.model.*; Whereas our maven checkstyle wants the order like so: import app.v1....