ionic创建APP步骤: 1.ionic start myApp blank 创建空项目 2.ionic platform add android 添加android平台 3.ionic build android 编译项目apk