Found package: 'com.google.android.apps.nexuslauncher' and fully qualified activity name : 'com.google.android.apps.nexuslauncher.NexusLauncherActivity' [debug] [ADB] Incorrect package and activity. Retrying

Hello, I am experiencing below problem with starting app
" Found package: ‘com.google.android.apps.nexuslauncher’ and fully qualified activity name : ‘com.google.android.apps.nexuslauncher.NexusLauncherActivity’
[debug] [ADB] Incorrect package and activity. Retrying."
I have read through several solution on this site but could not find any final answers to this problem. I am using appium version 1.71.1. Could you please provide solution to fix this issue

1 Like

the same problem, cant check deep link:

My code in terminal
adb shell am start -W -a android.intent.action.VIEW -d “hello://start/?sub1=1&sub2=2&sub3=3”

Answer
Starting: Intent { act=android.intent.action.VIEW dat=gallinagoldplay://start/?sub1=1&sub2=2&sub3=3 }
Status: ok
LaunchState: UNKNOWN (-1)
Activity: com.google.android.apps.nexuslauncher/.NexusLauncherActivity
WaitTime: 1211
Complete

I havent NexusActivity at all!