You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding the key store location and name prompts, we recently introduced an explanation right before the questions. There's a bug where the default alias should be android instead of ./android.keystore. Builds still work though.
We could add more context when asking for the passwords during the build step, similar to the above.
Is your feature request related to a problem? Please describe.
For web developers unfamiliar with android, the keystore may be confusing.
Describe the solution you'd like
While running
bubblewrap build
,can be interpreted as both "What is the password for the keystore", and "Set a password for the keystore"
Same for
The previous prompts are ambiguous as well. I ended up creating a directory ("store"):
Then I got this error,
Describe alternatives you've considered
PWABuilder?
Additional context
Ideally, a web dev who's never touched Android development, should be able to build a TWA from their PWA.
The text was updated successfully, but these errors were encountered: