I am trying to test android deep link urls through adb to launch my app

前端 未结 11 778
孤街浪徒
孤街浪徒 2021-01-30 10:07

When I type the command in adb:

./adb shell am start -W -a android.intent.action.VIEW -d \"example:gizmos\" com.myapp

I get this error:

11条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-30 10:57

    Here is the command

    adb shell am start -d your-deep-link
    

    Example

    adb shell am start -d rm://yoursettingpage/v1
    

提交回复
热议问题