Bubblewrap is a set of tools and libraries designed to help developers to create, build and update projects for Android Applications that launch Progressive Web App (PWA) using Trusted Web Activity. The project can be used as a library, using the core module or from the command line, with the CLI module.
Questions tagged [bubblewrap]
38 questions
0
votes
1 answer
Bubblewrap fails build. Unexpected error splash.png
I am following TWA Quick Start Guide. I am trying to build a APK using bubblewrap. I went through generating project files using bubblewrap --init.
The problem comes when I run bubblewrap build. I get a large error log. I believe it fails to build…

Svyatoslav Logvinenko
- 171
- 8
0
votes
1 answer
Use different group in bubblewrap
my user belongs to some groups:
$ id
uid=1000(user) gid=1000(user) groups=1000(user),1003(shared)
Now I have a program running in bwrap/bubblewrap.
I can tell the program to create files as a specified group, but in bubblewrap all groups are…

Alai
- 123
- 1
- 8
0
votes
1 answer
Lighthouse pwa check fails in bubblewrap even though it passes in chrome
I was trying to build an apk from pwa using bubblewrap. My pwa is hosted in Chemistry for CSE
When I initiated bubblewrap with my manifest which was in the root of the above mentioned webpage using the bubblewrap init
bubblewrap init --manifest…

Rahman24
- 11
- 1
0
votes
1 answer
How to logout user, when android twa app is minimized or sent to background
I have built an android twa(trusted web activity) app from angular 8 PWA(progressive web app) using bubblewrap. The app has Google Signin button, to login into the app, and view the other screens in the app.
When the app is minimized, i would like…

jkr
- 630
- 1
- 11
- 24
0
votes
1 answer
integrate admob into android twa app generated using bubblewrap
Following the below google codelabs tutorial, i am trying to add admob code into the android project source/app generated by bubblewrap.
on step 3, as per instruction, it is adding framelayout to show bannerad to mainactivity.xml. However i am not…

jkr
- 630
- 1
- 11
- 24
0
votes
1 answer
Launching another activity from a Trusted Web Activity (TWA)
I have problems trying to launch another activity from the TWA via the intent URI.
"intent://#Intent;scheme=subscriptionschemetwa;package=com.package.www.twa;end"
The package name is unique in reality, of course.
I've played around with them, added…

Blackness
- 164
- 1
- 8
0
votes
1 answer
Bubblewrap CLI error: Could not find or load main class com.android.sdklib.tool.sdkmanager.SdkManagerCli
When building my app with bubblewrap, I kept getting this annoying error wouldn't let me continue because there was a problem installing Android SDK tools:
C:\Users\Me\Desktop\app>bubblewrap build
,-----. ,--. ,--. ,--.
| |) /_,--.,--| …

marsnebulasoup
- 2,530
- 2
- 16
- 37
0
votes
1 answer
Hide Android Soft Navigation in TWA (Bubblewrap)
I've followed this guide (https://developers.google.com/web/android/trusted-web-activity/quick-start) to build a TWA app, but I need to hide the android soft navigation bar (not the URL bar).
I found this…

craig97
- 23
- 1
- 4