-
-
Notifications
You must be signed in to change notification settings - Fork 21
Static project type result in a package with no icons #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
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. |
Same problems with Icon. |
1 similar comment
Same problems with Icon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: