Hey,
It has been great to use Ionic to development and test for iOS. But it’s frustrating when I wanted to deploy my application to Android. (I’m working on Mac OS X)
First, no response in Android when the codes tried to login using Parse. I’m not sure whether it’s for REST API over https.
Parse.User.logIn()
Second, -l for live load won’t work for ‘ionic run android -l’, while I have GenyMotion device started.
Third, -c for log won’t work for ‘ionic run android -c’, while I have GenyMotion device started. How could I tell what’s wrong. :(?
Your help would be highly appreciated.