Skip to content

kwuite/kivy_service_test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Buildozer (Ubuntu/Debian):

sudo apt install -y git zip unzip openjdk-8-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev

Setup

Written for Ubuntu/Debian

  1. just install
  2. just run

In case your device is not running on localhost:5555, change line 9 in Justfile

ADB:="adb -s localhost:5555"

and remove -s localhost:5555 or change the tcp argument.

Commands

To show all commands: just --list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 46.5%
  • Java 33.3%
  • Just 20.2%