This Android Studio plugin brings rapid app development to all Android developers at stanwood.
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.
Currently the plugin provides a set of templates and wizards which you can find via the New... menu. Look out for the Stanwood entry!
- Best develop using IntelliJ CE.
- Adapt the distribution and android.jar plugin path to your local AS distribution (best use AS 3.3 for that).
- Add a IntelliJ Plugin SDK, Java 1.8 SDK and Kotlin SDK to the project.
- Do not run via the run menu - instead just run
./gradlew buildPlugin
via the terminal and then install the JAR (find it inbuild/libs
) from within AS plugin manager (Install from disk). - 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.