일반적인 앱 개발에서는 문제없지만, 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
comments powered by Disqus
Subscribe to this blog via RSS.
Jetpack Compose: LazyColumn/LazyRow 내부 코드 분석 ~ 2부 LazyList (2) rememberLazyListMeasurePolicy
Posted on 09 Feb 2025Jetpack Compose: LazyColumn/LazyRow 내부 코드 분석 ~ 2부 LazyList (1)
Posted on 25 Jan 2025Jetpack Compose: LazyColumn/LazyRow 내부 코드 분석 ~ 1부 LazyColumn/LazyRow
Posted on 10 Jan 2025