Another CMP preview question: Is anyone else not a...
# compose
b
Another CMP preview question: Is anyone else not able to run previews on device? Details in 🧵
• Latest Android Studio stable (Android Studio Panda 4 | 2025.3.4 Patch 1) • AGP 9 • Using com.android.kotlin.multiplatform.library I have a different situation compared to what I see everywhere else. I’m able to see and run interactive previews in Android Studio just fine, but I’m not able to deploy it to a device to test it. Whenever I try and run it, it says the configuration isn’t support in the current project. Not sure if it’s an issue with setup or if it’s a known thing
For anyone looking for the solution: Switch the module to the module that contains your application. The module was set to an Android multiplatform library module rather than my application module.