Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 299 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 299 Bytes

task

For run application:

  1. Import Gradle project usning Android Studio
  2. Run app project.

or

  1. Go to command line
  2. In application directory type: ./gradlew assembleDebug (gradlew.bat assembleDebug on Windows)
  3. Install using ADB, type: adb install ./app/build/outputs/apk/app-debug.apk