You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run the demo-cast app. I imported the demos/demo-cast folder into Android Studio and did a gradle sync which produced the following error:
Task 'wrapper' not found in project 'demos-cast'
I realised that in order to run the demos one must import the ExoPlayer root project into Android Studio, rather than the demo subfolder.
It'd be good if this was made clear in the demo README as it would save some time and headscratching when attempting to run a demo app.
The text was updated successfully, but these errors were encountered:
I was trying to run the
demo-cast
app. I imported thedemos/demo-cast
folder into Android Studio and did a gradle sync which produced the following error:I realised that in order to run the demos one must import the ExoPlayer root project into Android Studio, rather than the demo subfolder.
It'd be good if this was made clear in the demo README as it would save some time and headscratching when attempting to run a demo app.
The text was updated successfully, but these errors were encountered: