I developed an Ionic App using tabs template, and when I use the android emulator, I got a blank screen. Also, this happen when use Ionic View, however works well on iOS emulator.
Any thoughts?
Ionic version: 1.6.4
Cordova version: 5.1.1
Node: 0.12.7 (use nvm)
Mac OS X Yosemite
Yeah, I missed the “http://”.
I added the latest cordova-android release:
Android project created with cordova-android@4.0.2
Running command: /Users/Ytzvan/zazia/hooks/after_prepare/010_add_platform_class.js /Users/Ytzvan/zazia
add to body class: platform-android
Installing "com.ionic.keyboard" for android
Installing "com.phonegap.plugins.PushPlugin" for android
Installing "com.phonegap.plugins.facebookconnect" for android
Installing "cordova-plugin-inappbrowser" for android
Installing "cordova-plugin-whitelist" for android
Installing "org.apache.cordova.device" for android
But, when I run ionic build android I got the following:
Hello, I got the EACCES issue with cordova-android@4.0.2 and newer versions. I installed cordova-android@3.7 and worked fine. The blank screen issue was because ionic don’t registered the modules as Android dependencies.
I re-installed the cordova plugins, with --save flag at the end and everything run fine.