APK 설치 시, 다음과 같은 에러를 확인 할 수 있었습니다
검색을 해보니, 에러가 다음과 같이 정의되어 있네요
INSTALL_FAILED_TEST_ONLY는 test-only로 명시되어 있어서 에러가 납니다
adb install 옵션중에 -t를 넣어 설치를 하거나 androidmanifest.xml파일에서 test-only옵션을 제거해 주시면 됩니다:)
adb install -t <apk_name>
출처
'Mobile' 카테고리의 다른 글
APK IDA로 동적디버깅 (0) | 2018.02.22 |
---|---|
welcome to droid (codegate2018) (2) | 2018.02.11 |
Uncrackable3 - frida (0) | 2018.01.30 |
Uncrackable1 - frida (4) | 2018.01.30 |
Android에서 호출한 Class/Method 확인하기 - with Frida (0) | 2018.01.26 |