Skip to content
 
 

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android UIConductor

This is not an official Google product.

Android UIConductor is a platform that allow user to create E2E workflow very easy.

Screen Shot

uicddemo

Requirement

  • Linxus (Mac and windows should also work, but need write the pakcage and start script to each platform)
  • Jdk 8+
  • Android SDK 28
  • adb installed and setup correctly in the env
  • a local/remote MySql Database
  • Angular CLI: 1.7.4 (Currently the higher verison of Angular CLI might not work. we are working ont the migration)
  • Node: 10.15.0

Installation

  1. Create an empty database schema called "uicddb"
  2. Execute backend/src/com/google/uicd/backend/recorder/db/initdb.sql to init the database schema.
  3. Set the ANDROID_HOME to your SDK location
  4. run ./package.sh to build everything into the release folder
  5. Set the db connection string in the release/uicd.cfg to something like this: jdbc:mysql://localhost:3306/uicddb?autoReconnect=true&user=root&password=admin&useUnicode=true&characterEncoding=utf-8 Please make sure change the username and password to your own username and password.

Basic Usage

  1. cd release
  2. ./start.sh to start the application. Please make sure the following things before run start.sh a) adb devices devices in the right state b) no password or lock pattern for the devices.

License

Android UIConductor is licensed under the open-source Apache 2.0 license.

Contributing

Please see the guidelines for contributing before creating pull requests.

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages