André Cipriani Bandarra
André Cipriani Bandarra
CC @jdecked for thoughts
I'd recommend using the Android SDK that Bubblewrap tries to install instead of using Android Studio's one - the structure of the SDK sometimes changes between releases and causes issues.
The easiest way os to delete the config file described here https://github.com/GoogleChromeLabs/bubblewrap/tree/main/packages/cli#updating-the-location-of-the-jdk-and--or-the-android-command-line-tools and run Bubblewrap again. Since it won't find the config file, it will ask to install the JDK...
#455 is a similar issue on Fedora 33
AFAIK, Opera doesn't support Trusted Web Activity, so that may be the issue. This is the first time I hear about Flyme - I couldn't find it on Google Play....
> I'm wondering if it would be possible to check if a TWA compatible browser is installed from the PlayStore and if not display a note saying "this app requires...
Link to specification: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html It seems the XDG spec would require using `$XDG_CONFIG_HOME/.bubblewrap`, where `$XDG_CONFIG_HOME` usually defaults to `˜/.config/`. It also seems that `$XDG_DATA_HOME/.bubblewrap` (defaults to `˜/.local/share`) would be where...
Thanks for filing this, @Maxim-Mazurok. I've been considering using the Lighthouse library directly: https://www.npmjs.com/package/lighthouse. The reason is that I've seen some instability on the API we're currently using. `--skipPwaValidation` is...
Have you already uploaded `app-release-bundle.aab` to the Play Store? If you did, you can get the `SHA-256` fingerprint on `Release > Setup > App Integrity` section. Then run: ``` bubblewrap...
CC @b1tr0t Also CC @davrous @JudahGabriel @jgw96, for PWA Builder's team perspective.