eugene-tkachenko/OkHttpProfiler-AndroidStudio-Plugin

IntelliJ IDEA support?

Opened this issue · 3 comments

Hey, I've been using IntelliJ IDEA more recently for android dev and I do switch back to Android Studio to use this awesome plugin. I note the following at the bottom of this README:

Issue with the Android Studio version 4.1 solved in plugin v1.0.13+:
Unfortunately, Google changed realisation of one class but Intellij doesn't. I fixed it, but Intellij IDEA is no longer supported by the OkHttProfiler.

Can I ask more about this? I would be keen to start an effort to enable IntelliJ IDEA support if I could get some context around this please. Thanks!

Hello!
Did expect that a lot of Android developers uses IntelliJ IDEA
The issue described here
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360009828200-Android-Studio-4-1-com-android-ddmlib-Client-changed-from-class-to-interface-Now-it-s-incompatible-with-an-IntelliJ-IDEA
The fix is not huge, so I will try to create a special fix for Intellij IDEA on the weekends.

Thank you for the reply! I would like to ask if you have some guidance on getting this project setup please? In particular, how to configure the StudioCompilePath so I can can reliably build the project. I haven't worked on an IntelliJ based plugin before, so if following the sample tutorials for that are the best bet I'll give that a go!