Conor Smith
Conor Smith
Did you figure this out? I'm interested in ways to create App component > Activity Component > Fragment Component relationship!
@IHNEL Thanks for the reply. I managed to set it up correctly but Dagger kept throwing: `...dependency cannot be provided without an @provides-annotated method...a binding with matching key exists in...
Great! If you have any questions let me know
@eneim hey, just wondering if you got a chance to try this? I'd like to try it myself or implement the extension if possible. If you have any idea on...
Hey, I've tried to get the IMA extension working with Toro. I've created a module ([toro-exoplayer-ima](https://github.com/smithc42/toro_ima/tree/feature_exoplayer_ima/toro-exoplayer-ima)) which is basically a copy of the existing toro-exoplayer module, except it uses [AdsMediaSource](https://google.github.io/ExoPlayer/doc/reference/index.html?com/google/android/exoplayer2/source/ads/AdsMediaSource.MediaSourceFactory.html)....
@eneim thanks for the update! I had a quick test of the demo-ads module and the ads play, but there's the same issue I faced previously with the ad not...
Ah, ok. Hopefully they look into the fixing the bug at some stage! Thanks
So after adding an AdEventListener to the ImaAdsLoader in the demo-ads sample, I can see when order of AdEvents. **Currently** 1. Play first video with ad : **AdEventType.STARTED on first...
Also had this issue today using the repo @Eric-Cen linked. @oscar-ad do you know if there's any workaround for this?
A temporary work-around (on Mac with home brew) until @laozhu manages to fix the issue. Uninstall your current version of hugo and install version `0.57.2` - `brew uninstall hugo --force`...