pwa-builder / PWABuilder

The simplest way to create progressive web apps across platforms and devices. Start here. This repo is home to several projects in the PWABuilder family of tools.
https://docs.pwabuilder.com
Other
2.75k stars 284 forks source link

Error generating android package #2339

Closed dnshko closed 2 years ago

dnshko commented 2 years ago

I received the following error when generating a package for https://employeeassogroup.web.app/

Error: Invalid Android options. Name must not be between 3 and 50 characters in length

ghost commented 2 years ago

Hello dnshko, thank you for opening an issue with us!

I have automatically added a "needs triage" label to help get things started. Our team will investigate the issue and help solve it ASAP. Other community members may also look into the issue and provide feedback 🙌

JudahGabriel commented 2 years ago

As the error message implies, your web manifest name and short_name are too long. They cannot be longer than 50 characters. Currently, your app name is set to "Tamilnadu Labour Department Pensioners Welfare Association", which is 57 characters in length.

Shorten your app's name and short_name (name should be 50 chars or fewer, short_name should be 12 characters or fewer). Then PWABuilder will work for you.