Paid plugin for AndroidStudio

已回答

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?

0
正式评论

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. 

 

请先登录再写评论。