Skip to content

PCguyNoah/ant-media-cordova-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ant-media-cordova-test

make sure to install android studio, then in the project directory:

  1. npm install -g cordova
  2. cordova platform add android
  3. edit www/index.html and replace ANTSERVER string with the ant-media server host name.
  4. connect your phone with developer mode on and usb debegging turned on.
  5. run "cordova run android --list"
  6. start app: "cordova run android --debug --target=YOUR_DEVICE_ID" (replace YOUR_DEVICE_ID with the device id from the step #4)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.9%
  • HTML 20.8%
  • CSS 13.3%