- Open the project's Gradle file.
- In the menu, choose Build --> Rebuild project.
- Change directories to the project's root directory.
- Run
./gradlew clean assemble -p turbo
.
The .aar's will be built at <project-root>/turbo/build/outputs/aar
.
From command line:
- Change directories to the project's root directory.
- Run
./gradlew clean testRelease -p turbo