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
I am bit limited in my coding knowledge and abilities, so please excuse silly question and it would be great if you could make your answer to be such that a dummy can understand.
I have built apps using Bubblewrap. But now I am getting some errors in play store console which I do not understand what they are for. I thought I'd update the bubblewrap in case there have been any updates.
Questions:
How do I update? I saw the readme file and got bit scared in the Update section where it says that we should not use any external editor to edit the files. How else will I edit the project and functionalities? I did it in Android studio for some small functionalities like push notifications handling.
Here's what I am talking about.
Now if I update will it overwrite all the changes I have made? How to know which files will be changed, which won't be?
This is an example of crash that my users are having.
Exception java.lang.IllegalArgumentException:
at android.app.PendingIntent.checkPendingIntent (PendingIntent.java:435)
at android.app.PendingIntent.getActivityAsUser (PendingIntent.java:551)
at android.app.PendingIntent.getActivity (PendingIntent.java:537)
at android.app.PendingIntent.getActivity (PendingIntent.java:501)
at androidx.browser.customtabs.CustomTabsClient.createSessionId (CustomTabsClient.java)
at androidx.browser.customtabs.CustomTabsClient.newSession (CustomTabsClient.java)
at com.google.androidbrowserhelper.trusted.TwaLauncher$TwaCustomTabsServiceConnection.onCustomTabsServiceConnected (TwaLauncher.java)
at androidx.browser.customtabs.CustomTabsServiceConnection.onServiceConnected (CustomTabsServiceConnection.java)
at android.app.LoadedApk$ServiceDispatcher.doConnected (LoadedApk.java:2313)
at android.app.LoadedApk$ServiceDispatcher$RunConnection.run (LoadedApk.java:2350)
at android.os.Handler.handleCallback (Handler.java:958)
at android.os.Handler.dispatchMessage (Handler.java:99)
at android.os.Looper.loopOnce (Looper.java:230)
at android.os.Looper.loop (Looper.java:319)
at android.app.ActivityThread.main (ActivityThread.java:8893)
at java.lang.reflect.Method.invoke
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:608)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1103)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am bit limited in my coding knowledge and abilities, so please excuse silly question and it would be great if you could make your answer to be such that a dummy can understand.
I have built apps using Bubblewrap. But now I am getting some errors in play store console which I do not understand what they are for. I thought I'd update the bubblewrap in case there have been any updates.
Questions:
Here's what I am talking about.
Now if I update will it overwrite all the changes I have made? How to know which files will be changed, which won't be?
This is an example of crash that my users are having.
Could you suggest what could be causing this?
Thanks,
Mukesh
Beta Was this translation helpful? Give feedback.
All reactions