Getting Started
MobiVM provides plugins for IntelliJ IDEA/Android Studio, Eclipse and Gradle. We provide both release and nightly snapshot builds.
IntelliJ IDEA/Android Studio
To install the MobiVM plugin for IntelliJ IDEA or Android Studio you have two options:
1. Plugin Marketplace (Recommended)
Stable release plugin versions are available from the Jetbrains Plugin Marketplace:
- Install Xcode on macOS, open it once and agree to the license
- Open IntelliJ IDEA/Android Studio, go to
Preferences -> Plugins -> Marketplace
- Type
MobiVM
on the search box and clickInstall
2. Manual Download
- Install Xcode on macOS, open it once and agree to the license
- Download the MobiVM IntelliJ IDEA plugin Zip file:
- Open IntelliJ IDEA/Android Studio, go to
Preferences -> Plugins
- Click
Install plugin from disk...
- Select the Zip you downloaded and re-start IntelliJ IDEA/Android Studio
WARNING: Install the Zip file directly, don’t uncompress it!
Eclipse
To install the MobiVM plugin for Eclipse:
- Install Xcode on MacOS, open it once and agree to the license
- Open Eclipse, go to
Help -> Install New Software...
- Click
Add...
and enter the following update URL:- Eclipse plugin Snapshot update URL:
https://mobivm.s3.eu-west-3.amazonaws.com/snapshots/eclipse/
- Eclipse plugin Release update URL:
https://mobivm.s3.eu-west-3.amazonaws.com/releases/eclipse/
- Eclipse plugin Snapshot update URL:
- Select
MobiVM for Eclipse
and finish the installation
Gradle
To use the RoboVM plugin via Gradle, follow the README in the repository.
Documentation
- Wiki (WIP).
- Legacy RoboVM official documentation
Community
Ask questions or connect with like-minded people in:
- The official Gitter room
- GitHub MobiVM Discussions
Source Code & Contributing
Contribute with an issue or a PR on GitHub.
Contributions to the runtime code (Java class libraries, iOS bindings, native code, …) must be licensed under Apache 2. Contributions to any other parts must be licensed under GPLv3.