일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Error:Execution failed for task ':app:mergeDebugResources'
- 재사용
- 안드로이드개발레벨업교과서
- binding adapter
- ActivityTestRule
- 구분선
- 코틀린
- 리사이클러뷰
- Fragment에서 Activity의 함수 사용하기
- espresso
- 안드로이드
- 테마 아이콘
- adapter
- 뷰변경 감지
- searchview
- Android
- 안드로이드스튜디오
- fragment
- IntentTestRule
- 코딜리티
- LayoutManger
- Fragment 수동 추가
- high order function
- 안드로이드13
- ui test
- 스와이프
- 고차함수
- viewholder
- recyclerview
- 생명주기
Archives
- Today
- Total
룬아님의 취중코딩
안드로이드 딥링크 테스트 본문
안드로이드 스튜디오를 통하여 터미널로 테스트하기
Terminal로 딥링크 테스트 하는 방법
adb shell am start -W -a android.intent.action.VIEW -d "{deep link path}" {app package name} Example : adb shell am start -W -a android.intent.action.VIEW -d "deeplink://something" com.test.sample q..
myung6024.tistory.com
터미널 연결이 불가능한 경우
해당 디바이스의 인터넷에 접속하여 아래의 링크에 접속한 이후에

딥링크를 입력하고 LOAD를 클릭하면 딥링크가 작동한다.
Deep Link Testing Tool - Mobile App Development Tools
A deep link is a URL that links to content "deep" in your site structure. You may have a product you are trying to sell, or a video series you are trying to promote. With a deep link you can have another app link directly to that piece of content in your a
halgatewood.com
반응형
'개발 > 안드로이드 개발' 카테고리의 다른 글
안드로이드 12 대응 (0) | 2022.10.07 |
---|---|
라이브러리 모듈을 aar로 implementation 하였을 때 작동안하는 이슈 (0) | 2022.09.06 |
AppBarLayout에서 스크롤시에 그림자 만드는 옵션 (0) | 2022.01.12 |
앱내에서 언어 변경 (Appcompat 1.2.0) (0) | 2021.11.08 |
Java Callback을 Coroutine으로 변환하기 (0) | 2021.08.09 |
Comments