Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 325 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 325 Bytes

DEV - Running application on android

  • Make sure usb debugging is enabled on your phone

  • Make sure JDK 8 is installed and it is the default JDK

    • sudo apt-get install openjdk-8-jdk
    • sudo update-alternatives --config javac
  • Make sure gradle is installed

    • sudo apt install gradle
  • Run npm run android