Frequently Asked Question
How do I install an application on the device?
Last Updated 6 years ago
- Using Adb (https://developer.android.com/studio/command-line/adb.html)
- Connect C-One to your PC
- Control device presence using the command 'adb devices'
- Install your apk with the command 'adb install application.apk'