MaikuB / MaikuB/flutter_appauth
Error
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 308
- Forks
- 301
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 5
Description
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.android.apps.bard/com.google.android.apps.bard.shellapp.BardEntryPointActivity}: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=https://bard.google.com/... pkg=com.google.android.googlequicksearchbox (has extras) }
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3839)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3985)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2420)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:211)
at android.os.Looper.loop(Looper.java:300)
at android.app.ActivityThread.main(ActivityThread.java:8227)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028)
Caused by: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=https://bard.google.com/... pkg=com.google.android.googlequicksearchbox (has extras) }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2220)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1859)
at android.app.Activity.startActivityForResult(Activity.java:5623)
at ju.startActivityForResult(PG:4)
at android.app.Activity.startActivityForResult(Activity.java:5576)
at ju.startActivityForResult(PG:2)
at com.google.android.apps.bard.shellapp.BardEntryPointActivity.onCreate(PG:1091)
at android.app.Activity.performCreate(Activity.java:8537)
at android.app.Activity.performCreate(Activity.java:8501)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1437)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3820)
... 12 more
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the ActivityNotFoundException in the report and the com.google.android.apps.bard.shellapp.BardEntryPointActivity stack entry. Investigate the VIEW intent for https://bard.google.com and its requested package; done means the cause is reproduced and the expected activity launch behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, dart, flutter
- Domain
- authentication, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100