Join Slack
Powered by
Is it possible to see output from println statemen...
# compose-android
t
Travis Griggs
09/18/2023, 7:46 PM
Is it possible to see output from println statements generated as side effects from Previews in Android Studio?
c
Chris Sinco [G]
09/19/2023, 1:43 AM
You can’t see any println from Previews so you’ll have to run the Preview on device or pass the strings to a Text composable.
🙏 1
Open in Slack
Previous
Next