Static project type result in a package with no icons
Hi,
Due to my apps don't require node backend process. I was testing static mode which creates a lighter APK saving a lot of space. Everything works fine except for icons. Building the APK in static mode result in a package with default android icons overriding the customized icons of the app.
VC
did you tried updating the icon path in package.json ?
{
"version": "1.0.0",
"name": "static-app",
"app-name": "Awesome App",
"package-name": "static_app",
"project-type": "static",
"icon": "./assets/icon/icon.png",
"dist-path": "./dist",
"permission": [
"android.permission.INTERNET"
],
}
For sure. The icon entry has the right path.
If I switch the app to webview project type the package is created with correct icons. If I switch to static project type is created with default android icons.
VC
okay, then there might be something wrong from our end. @DeveshPankaj can we check this once?
Same problems with Icon.
Same problems with Icon.