zsoflin
zsoflin

Reputation: 373

Adding CastCompanionLibrary to a project - Android Studio

How would one go about adding the CastCompanionLibrary to a project in Android Studio. I read the README.md and the pdf in the repository but neither detail how. Any help getting this added to my project would be greatly appreciated. Thank you.

Upvotes: 3

Views: 2441

Answers (2)

Ali Naddaf
Ali Naddaf

Reputation: 19074

The CastCompanionLibrary now has gradle build files, so you can import that into Android Studio directly, or reference that from another project (see an example of that in CastVideos-android project).

Upvotes: 2

Doug Lamb
Doug Lamb

Reputation: 475

This project on Github was forked from the Google Cast demos and rebuilt for Android Studio: https://github.com/sgehrman/CastVideos-android

Upvotes: 3

Related Questions