Paul Mallon
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
创建于 Intellij Ultimate not rendering properly on mac
已回答Hi 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... -
创建于 Android builds stopped working after latest upgrade
已回答Hi, 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 ... -
创建于 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... -
创建于 How can I set up my intellij style xml file to organise imports in a specific order?
已回答Intellij 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....