Sunday, November 20, 2016

Testing as a native app

Testing on Android device. To test on the device, simply plug it in, and run
$ ionic run android
If this doesn’t work, make sure you have USB debugging enabled on your device, as described on the Android developer site.

https://ionicframework.com/docs/guide/testing.html


Enable USB debugging in the device system settings, under Settings > Developer options.
Note: On Android 4.2 and newer, Developer options is hidden by default. To make it available, go to Settings > About phone and tap Build number seven times. Return to the previous screen to find Developer options.

No comments:

Post a Comment