[안드로이드 공부]/안드로이드 스튜디오

[Crash] java.lang.IllegalStateException: removeReporter() called when all reporters have already been removed.

코코모모 2023. 7. 12. 15:31

재현 경로

Sunflower Compose 앱에서 

앱 종료 > 히스토리 삭제 > 앱 시작 > Crash

 

No solutions in google search
구글에도 해결 방법이 안나온다.

add below line
in build.gradle(app) >>> 
아래 줄 추가 하면 해결 됨.
implementation("androidx.activity:activity-compose:1.7.2")