You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
Caused by java.lang.IllegalStateException: Already initialized
at org.threeten.bp.zone.ZoneRulesInitializer.setInitializer(ZoneRulesInitializer.java:74)
at com.jakewharton.threetenabp.AndroidThreeTen.init(AndroidThreeTen.java:22)
at com.jakewharton.threetenabp.AndroidThreeTen.init(AndroidThreeTen.java:17)
at com.jakewharton.threetenabp.AndroidThreeTen.init(AndroidThreeTen.java:13)
at com.wave.waveradio.WaveApplication.onCreate(WaveApplication.java:108)
We have seen this exception on some devices since last release.
We have tried remove that testImplementation duplicate entry,
try/catch that exception and continue. But new exception occurred.
Fatal Exception: org.threeten.bp.zone.ZoneRulesException: No time-zone data files registered
at org.threeten.bp.zone.ZoneRulesProvider.getProvider(ZoneRulesProvider.java:165)
at org.threeten.bp.zone.ZoneRulesProvider.getRules(ZoneRulesProvider.java:122)
at org.threeten.bp.ZoneRegion.ofId(ZoneRegion.java:143)
at org.threeten.bp.ZoneId.of(ZoneId.java:358)
at org.threeten.bp.ZoneId.of(ZoneId.java:286)
at org.threeten.bp.ZoneId.systemDefault(ZoneId.java:245)
at org.threeten.bp.Clock.systemDefaultZone(Clock.java:137)
at org.threeten.bp.LocalDateTime.now(LocalDateTime.java:152)
We have seen this exception on some devices since last release.
We have tried remove that testImplementation duplicate entry,
try/catch that exception and continue. But new exception occurred.
I have seen two library entry in Android Studio,
But only 1.4.0@jar version when run
./gradlew app::dependencies 2>&1 1> log2I have also clear AndroidStudio & gradle caches. Do you know what might cause this issue? Thank you.