-
I'd like to follow this Simple Media Player guide, but it doesn't trivially build. My last android project was before Compose, so I don't really know what I'm looking at... but I think the PlayerScreen instructions need to be updated. I can't make it compile with a relatively recent install of Electric Eel, with what I think are the current Compose dependencies. Can someone please link me to a version of this project updated to use current libraries, or with a functional build.gradle pointing to the old ones that worked when the page was published? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
As a starting point, try opening the Horologist project in Android Studio Flamingo. You should be able to immediately run the media/sample app. If there are problems with the examples compiling can you post them in a bug and we can fix. Thanks for flagging this. |
Beta Was this translation helpful? Give feedback.
-
Could you please paste the text or a screenshot of the error you are seeing? |
Beta Was this translation helpful? Give feedback.
Turns out my Studio install was badly broken. This recipe is working fine on Eel after a reinstall.
As long as I'm here though, here are two minor points that could smooth the path for future newbies:
Thanks again, this is awesome!