Last active
December 22, 2015 09:00
-
-
Save arindam89/281f72ecc31100b51257 to your computer and use it in GitHub Desktop.
Ionic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Testing ionic app on android device | |
http://ionicframework.com/docs/guide/testing.html | |
Connect your device using usb, you need to do some steps to enable debugging and all | |
Reference : | |
check if your device is there after connecting using command “adb devices" | |
and then finally run “ionic run android” after connecting the device. For debugging purpose you can use chrome | |
just go to : chrome://inspect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment