일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 안드로이드
- java
- deprecating the install_referrer
- RX
- Retrofit2
- andorid studio
- rxandroid
- hardcoded string search
- android P
- RxJava2
- Switch to the Play Referrer API by March 1
- Rx자바
- 하드코드검색
- RXjava
- Android
Archives
- Today
- Total
Lucky Dog
[안드로이드] apk 설치 실패 (android apk install_failed_test_only) 본문
apk 설치 시 아래와 같은 문제 발생
"앱이 설치되지 않았습니다."
"패키지가 손상된 것 같습니다."
adb: failed to install app-debug.apk: Failure [INSTALL_FAILED_TEST_ONLY: install PackageLI]
해결책
Project root 'gradle.properties' 파일에 아래 구문 추가
android.injected.testOnly=false
Comments