Hi
i’m able to build android apk that works on my nexus 5 starting for tabs default template.
so
ionic start myapp
ionic add platform android
ionic build template
i obtain apk, i install on my nexus and it works.
using this template http://codepen.io/ionic/pen/CbBsA i obtain an apk once installed give me a white screen even if serving with cli it looks like working.
where i can find some logs or other useful information to understand what is going wrong?
thanks