Recent content by mobiledev

  1. mobiledev

    Android Kotlin LiveDataReactiveStreams unresolved reference

    Hello, if I include the following code in build.gradle; implementation("androidx.activity:activity-compose:1.8.2") I get the following error when I build the app; if I remove it then the app compiles. I import LiveDataReactiveStreams in kotlin code using; import...
  2. mobiledev

    Android Studio Electric Eel update broke xml preview

    Since upgrading to android studio electric eel my xml preview is blank it is not rendering. I've try clean/rebuild/sync with Gradle files. Nothing seems to work. This was working with bumblebee android studio. What can I do to get preview working again?