arabenseifer / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

Missing method in support library v7 mediarouter revision 22 #541

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At least, method 
android.support.v7.app.MediaRouteControllerDialog#setVolumeControlEnabled(boolea
n) is missing.

This method is used in CCL and our app. Is this a bug or deliberate decision to 
remove method? If so, please provide a migration guide.

Does it mean that app compiled with support library revision 21 will fail to 
work on device with newest API 22?

There are also another resource-related compiler errors but I didn't check them.

Sources grabbed right from SDK folder:
http://pastebin.com/HcQfnZFF
http://pastebin.com/cQQMPQrd

Original issue reported on code.google.com by etherwi...@gmail.com on 20 Mar 2015 at 6:58

GoogleCodeExporter commented 9 years ago
Thanks you for bringing this to our attention. We will look into it.

Original comment by and...@google.com on 20 Mar 2015 at 10:02

GoogleCodeExporter commented 9 years ago
The cast companion library has been updated. If you are compiling against v21 
support libraries, you will need to un-comment a line for 
setVolumeControlEnabled. Otherwise, use v22 with the updated CCL.

Original comment by and...@google.com on 30 Mar 2015 at 3:51