I'm trying to profile my Android app. I installed the JProfiler plugin through
IntelliJ IDEA --> Preferences --> Plugins
Here's a screenshot of the plugin description:
When I try to run the profiler nothing happens and I get this message saying that the JProfiler executable is null:
Any idea on how to fix this?
You need to set or re-set the JProfiler executable. Do the following:
- [JProfiler installation directory]\bin\jprofiler.exe on Windows
- [JProfiler installation directory]/bin/jprofiler on Linux/Unix
- [JProfiler installation directory]/bin/macos/jprofiler.sh on Mac OS X