Paid plugin for AndroidStudio
Answered
I am developing a paid plug-in. The main intended platform is Android Studio. However, when I tested the purchase, I found that Android Studio removed the Licensing support plug-in. As a result, users cannot even start a free trial. How should I solve this problem? Is it possible to solve the problem by making my plug-in depend on the Licensing support plug-in?
Please sign in to leave a comment.
Hello,
When you install a paid plugin in Android Studio via the Plugin manager, the IDE will install the JetBrains Marketplace Licensing Support plugin automatically. This plugin provides the license mechanism like in the Ultimate IDEs. If you install the plugin manually (Install Plugin from disk), you need to install this licensing plugin manually as well.