IONIC 4 空项目 android apk 文件大小大
IONIC 4 empty project android apk file size big
我已经使用 ionic 4 开发了应用程序并创建了新的选项卡应用程序并构建了 android apk 文件,它的大小变得太大了。
应用程序大小为 6177kB
"@angular/common": "^7.2.2",
"@angular/core": "^7.2.2",
"@angular/forms": "^7.2.2",
"@angular/http": "^7.2.2",
"@angular/platform-browser": "^7.2.2",
"@angular/platform-browser-dynamic": "^7.2.2",
"@angular/router": "^7.2.2",
"@ionic-native/core": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^4.0.0",
"cordova-android": "7.1.4",
从您的项目中删除 www 文件夹,然后尝试构建。
我已经使用 ionic 4 开发了应用程序并创建了新的选项卡应用程序并构建了 android apk 文件,它的大小变得太大了。
应用程序大小为 6177kB
"@angular/common": "^7.2.2",
"@angular/core": "^7.2.2",
"@angular/forms": "^7.2.2",
"@angular/http": "^7.2.2",
"@angular/platform-browser": "^7.2.2",
"@angular/platform-browser-dynamic": "^7.2.2",
"@angular/router": "^7.2.2",
"@ionic-native/core": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^4.0.0",
"cordova-android": "7.1.4",
从您的项目中删除 www 文件夹,然后尝试构建。