IntelliJ should support android workspaces
See original GitHub issueIntelliJ (at least Ultimate) has pretty good Android support. Using it with a workspace_type
set to java
disables this integration, making it impossible to open e.g. the logcat window.
Is there any reason why IntelliJ doesn’t support android
as a workspace_type
?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
Reviews: Workspaces - IntelliJ IDEA & Android Studio Plugin
This plugin gets you 2/3 of the way there in my opinion. The missing piece: Being able to expand the workspace within the...
Read more >Workspaces - IntelliJ IDEA & Android Studio Plugin
This plugin enables you to create and manage named groups of files, or "workspaces", within a project. You can bind a name to...
Read more >Android Support - IntelliJ IDEA & Android Studio Plugin
Supports development of Open Handset Alliance Android applications with IntelliJ IDEA It works with Android SDK 1.5 and with earlier versions.
Read more >Android Support Libraries – IDEs Support (IntelliJ Platform)
Currently I am looking for the correct way of setting up. ... How would I get the support libraries auto-added to every Android...
Read more >Sharing Android project between IntelliJ and Eclipse
I'm keeping project and module files in a different folder (not in the Eclipse workspace folder). I'm using .ipr as the project file...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’d like to chime in and add a few more use cases for supporting android workspace in IntelliJ:
A Gradle Android project in IntelliJ along with the Android plugin has almost feature parity with Android Studio, it would be great if we could get into a similar state with Bazel.
I’d expect that a lot of classes would need to be moved/changed, which would also affect our internal usages of these classes. So, this wouldn’t be a PR we could easily merge and I don’t see us having the resources to do the necessary internal changes.