I just updated my cordova version. When I run
cordova -v
It outputs version 5.0.0
On the older version of Cordova I had (I actuall
Turns out I was just missing the following plugin:
cordova-plugin-whitelist
After I installed it, rm the android platform, re-added the android platform, build and run, it worked!