ChatApp Sample MVP Application. Install Instructions Build the project using ./gradlew assembleDebug Install on emulator adb install app/build/outputs/apk/app-debug.apk Install on device (with USB Debugging enabled and USB connected) adb -d install app/build/outputs/apk/app-debug.apk