How to test IntelliJ plugin for Android projects?
Hello,
I am developing a plugin for Android Projects. I want to test the plugin against Android Projects as a test data. How to setup test environment so that it will work for provided Android Project?
Specifically, how to create a module, add Android libraries, facets, and test?
Thanks
Please sign in to leave a comment.
Any hints will be appreciated!