Skip to content

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

Open
nmagko opened this issue Apr 14, 2021 · 5 comments
Open

Static project type result in a package with no icons #50

nmagko opened this issue Apr 14, 2021 · 5 comments

Comments

@nmagko
Copy link

nmagko commented Apr 14, 2021

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

@DeveshPankaj
Copy link
Member

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"
  ],
}

@nmagko
Copy link
Author

nmagko commented Apr 14, 2021

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

@Chhekur
Copy link
Member

Chhekur commented Apr 16, 2021

okay, then there might be something wrong from our end.
@DeveshPankaj can we check this once?

@batazo
Copy link

batazo commented Jun 26, 2022

Same problems with Icon.

1 similar comment
@sabrysuleiman
Copy link

Same problems with Icon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants