googlecast / CastVideos-android

Reference Android Sender w/ Framework API: CastVideos-android application shows how to cast videos from an Android device that is fully compliant with the Cast Design Checklist.
Apache License 2.0
339 stars 180 forks source link

I am using androidStudio-3.0 #55

Open rockn28 opened 6 years ago

rockn28 commented 6 years ago

I am using androidStudio-3.0. However, the following error occurs.

Error:(30, 0) Could not set unknown property 'enforceUniquePackageName' for object of type com.android.build.gradle.AppExtension.

Corsage commented 6 years ago

After Gradle v3.0.0+ 'enforceUniquePackageName' has been deprecated. You can either, not update the gradle, or remove that line. The app should build regardless.

grupoargentinoinfo commented 6 years ago

I removed the line and the problem has solved.