Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide Android Studio plugin via Plugin-Repository #18

Closed
ajans opened this issue Dec 14, 2015 · 6 comments
Closed

Provide Android Studio plugin via Plugin-Repository #18

ajans opened this issue Dec 14, 2015 · 6 comments

Comments

@ajans
Copy link

ajans commented Dec 14, 2015

This would tremendously ease the update-process of your awesome plugin as we developers get a update-notification and its simply a two-click process to update your plugin this way.

Here is the official documentation for that:

https://www.jetbrains.com/idea/help/preparing-plugins-for-publishing.html

@sockeqwe
Copy link
Owner

I think it requires a paid jetbrains account to be able to publish the Plugin via Plugin repository.

@ajans
Copy link
Author

ajans commented Dec 14, 2015

I just registered there and had a look, it seems to me you can simply register and upload a plugin to the global Intellij Plugin database:

intellij-new-plugin

If you open the Repository browser in Android Studio and search for "Parcel", you can see some Open-Source plugins there from indie developers, which indicates to me you could do this.

Please select the category "Code Tools" as it is the most appropriate for your plugin.

@ajans
Copy link
Author

ajans commented Dec 14, 2015

Alternatively, you could also host your own plugin-repository and tell people in the Installation guide how to add it to Android Studio (via the "Manage repositories" button).

Example for the JRebel-Android plugin repository:

URL:

https://dl.zeroturnaround.com/jrebel-android/ide-studio/updatePlugins.xml

updatePlugins.xml:

<plugins>
  <plugin id="JRebelAndroidPlugin" url="http://dl.zeroturnaround.com/jrebel-android/ide-studio/jrebel-for-android.zip" version="0.9.46" />
</plugins>

I guess this URL could directly reference the JAR-file downloadable from GitHub, if it is bult according to the IntelliJ-Plugin Publishing documentation.

@sockeqwe
Copy link
Owner

I will try to submit on official repo this evening. Last time i cheched that (almost 2 years ago) I stucked because of paying for an account. thanks for taking time to check that

@sockeqwe
Copy link
Owner

Done,
plugin is waiting for approve ... Hope to be available soon

https://plugins.jetbrains.com/plugin/8099?pr=

@ajans
Copy link
Author

ajans commented Dec 15, 2015

Awesome, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants