일반적인 앱 개발에서는 문제없지만, Instrumented Test(=UI 테스트) 실행하면 기존 개발하는 앱을 삭제하는 버그가 생겼다. 최근에 일부 버전에 수정되었다는 소식이 추가되었습니다.
AGP 8.1.0 uninstalls app after running instrumented tests - 7.4.2 does not
https://issuetracker.google.com/issues/295039976
프로젝트 root의 gradle.properties에 아래와 정의를 추가만 하면 됩니다.
android.injected.androidTest.leaveApksInstalledAfterRun=true
Subscribe to this blog via RSS.
[발표자료] Google I/O Extended Incheon 2025 ~ What's new in Android development tools
Posted on 16 Aug 2025[요약] What's new in Android development tools (Google I/O '25)
Posted on 25 May 2025