Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.29 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.29 KB

Stanwood Android Studio Plugin

This Android Studio plugin brings rapid app development to all Android developers at stanwood.

JetBrains plugin page

Installation

Just search for Stanwood in the Jetbrains Plugin Repository and install right from your IDE. :)

We support AS 3.3+, although we might backport to older versions if there is enough demand and it doesn't cost us too much time.

Capabilities

Currently the plugin provides a set of templates and wizards which you can find via the New... menu. Look out for the Stanwood entry!

Development

  1. Best develop using IntelliJ CE.
  2. Adapt the distribution and android.jar plugin path to your local AS distribution (best use AS 3.3 for that).
  3. Add a IntelliJ Plugin SDK, Java 1.8 SDK and Kotlin SDK to the project.
  4. Do not run via the run menu - instead just run ./gradlew buildPlugin via the terminal and then install the JAR (find it in build/libs) from within AS plugin manager (Install from disk).
  5. Before uploading a new version make sure to increase the version in build.gradle

Check out AS logs when the plugin misbehaves.

Should the plugin crash AS might disable it. Make sure to re-enable it in the plugin manager when installing a new version.