Check out LoopBack guidelines for general conventions on bug reporting, coding style and pull request flow.
- Install Android Studio
- Open Tools > Android > SDK Manager, make sure you have these modules
installed:
- Tools > Android SDK Platform-tools 19.0.1
- Tools > Android SDK Build-tools 19.0.3
- Android 4.3 (API 18) > SDK Platform
- Extras > Android Support Repository
- Extras > Android Support Library
- Compile and run unit-test:
- Run test server in the terminal:
node test-server
- In Android Studio, right-click on strong-remoting-android and select "Run All Tests"
- Add an emulator configuration in AVD manager (you will do this only once)
- Watch the tests pass.
- Run test server in the terminal:
- Run the Gradle task
publishToMavenLocal
to publish artefacts to your local Maven cache. This will way you can test the changes in your application and/or other modules before publishing an official version.