Browser debug done
Emulator working
Emulator to actual device working
However when I compile everything into a signed aab file and submit to googlePlay I get the following crash error.
Could anyone explain me where am mistaken?
focus on this part of the error
android.content.ActivityNotFoundException: No Activity found to handle Intent
I have tried so far: changing all the urls to the follow the same structure “https://” + url ;
FATAL EXCEPTION: CapacitorPlugins
Process: com.fdcp.upbond, PID: 7886
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.getcapacitor.Bridge.lambda$callPluginMethod$0$Bridge(Bridge.java:601)
at com.getcapacitor.-$$Lambda$Bridge$25SFHybyAQk7zS27hTVXh2p8tmw.run(Unknown Source:8)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.os.HandlerThread.run(HandlerThread.java:67)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method)
at com.getcapacitor.PluginHandle.invoke(PluginHandle.java:121)
at com.getcapacitor.Bridge.lambda$callPluginMethod$0$Bridge(Bridge.java:592)
... 6 more
Caused by: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=https://www.fdcp.co.jp/... (has extras) }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2087)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1747)
at android.app.Activity.startActivityForResult(Activity.java:5404)
at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:584)
at android.app.Activity.startActivityForResult(Activity.java:5362)
at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:570)
at android.app.Activity.startActivity(Activity.java:5748)
at androidx.core.content.ContextCompat.startActivity(ContextCompat.java:251)
at androidx.browser.customtabs.CustomTabsIntent.launchUrl(CustomTabsIntent.java:376)
at com.capacitorjs.plugins.browser.Browser.open(Browser.java:113)
at com.capacitorjs.plugins.browser.BrowserPlugin.open(BrowserPlugin.java:51)
... 9 more
1 post - 1 participant