PhoneGap Build - APK file gives blank screen - tutorial

You should run ionic info from inside of your projects folder (see the output below):

C:\Projects\MyAppProject>ionic info

Your system information:

Cordova CLI: 6.1.1
Gulp version:  CLI version 1.2.1
Gulp local:   Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.6
Ionic CLI Version: 2.0.0-beta.25
Ionic App Lib Version: 2.0.0-beta.15
OS: Windows 8.1
Node Version: v5.8.0

It seems that the resulting APK doesn’t contain the required JS files to run the app. However I’m not sure why PhoneGap Build is not including these, probably an additional configuration is needed (ionic build android works fine). Maybe the following post will help you to setup your PhoneGap Build properly:

Ionic 2 is different than Ionic 1, so you shouldn’t expect that something that works in Ionic 1 will work without modifications in Ionic 2 (including the build process).