I tried to deploy my app on a friends 5.1 android phone and it incredibly failed.
I used the same ionic run android command that I used for a 4.4.2 phone which worked but it did do nothing.
The ionic run command did not recognize the phone that was connected through USB but it started the emulator.
Any ideas why it runs with 4.4.2 and not with 5.1?
Do I need to compile it towards the special version number somehow?
I just upgraded from 4.4 to 5.1. I didn’t have any issues other than the navbar text is spaced differently. I’m running on Samsung Note 3. Make sure you upgrade all of your libraries, including cordova.
Oh. I’ve seen this too. I had to go into the debug settings on the phone and re-enable USB debugging. Then try restarting the device, machine, and run ‘adb kill-server’ and ‘adb start-server’.