Hello,
I want to implement the google photos APi in my android app.
My android app targeted sdk is 29
In my app , i am using firebase dependencies also.
When i trying to add the google photos API then i am getting following error,
error: cannot access MessageOrBuilder
String id = album.getId();
^
class file for com.google.protobuf.MessageOrBuilder not found
Please help me.
Thanks in advance .,,,