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
请先登录再写评论。
Any hints will be appreciated!