russhwolf / multiplatform-settings

A Kotlin Multiplatform library for saving simple key-value data
Apache License 2.0
1.7k stars 67 forks source link

Launching on devices stuck #210

Closed a-samoha closed 1 week ago

a-samoha commented 3 weeks ago

Just added

implementation("com.russhwolf:multiplatform-settings:1.2.0")

to commonMain dependencies and the Launching on devices process got stuck.

Build successfull, but it is impossible to install the debug version on the physical device. Once got AS message "Unnknown error". All other attempts was just the loading state until I broke it.

Device: Samsung S21FE

russhwolf commented 3 weeks ago

Is this an issue with Multiplatform Settings or with Android Studio? I don't see anything I can do here without some sort of reproducer.

russhwolf commented 1 week ago

Closing because I don't see what I can do that's helpful. Feel free to reopen if you can demonstrate a way to reproduce the error.