我使用mobileAngularUi为我的公司制作了一个简单的应用程序,在我的电脑上一切正常。
我尝试使用cordova构建一个Android应用程序,然后我在手机上安装了apk但是当我运行应用程序时它只显示index.html而不加载任何东西(所以基本上是白屏)。
你知道为什么会这样吗?这是我第一次使用这个框架(http://mobileangularui.com/)
答案 0 :(得分:0)
安装和脚手架
npm install -g bower yo gulp generator-mobileangularui
npm install -g phonegap
phonegap create myAppName
cd myAppName
yo mobileangularui
首次构建项目
gulp build
运行应用
phonegap run ios # or android, or whatever is your target