Itellij Platform SDK: How can I get apk file pathafter building?
I want to build a plugin which can automatically upload my apk files. But it's not easy to find out the way to get the path with Itellij Platform SDK API.
I try this:
EventLog.getStatusMessage(ProjectManager.getInstance().getOpenProjects()[0]).getFirst();
Please help me if you know how to figure it out .
Please sign in to leave a comment.
Hi! You would normally do this through a Gradle plugin, why are you trying with an Intellij IDE plugin?
I develop a Tool Window which I can input update notes, select API keys, andoid show progress, output a template text .So it's very helpful if i can find the API .