Run with Spoon:
# Install the latest version of the plugin Gradle in your local maven repository.
git clone https://github.com/SpoonLabs/spoon-gradle-plugin.git
cd spoon-gradle-plugin/
./gradlew install
# If you have generated files for two or more environments (e.g., release and debug), you need to execute this command before.
./gradlew clean
# Install the application on your emulator or device.
./gradlew installDebug