I am working in Google App Indexing for my project.
Newbee for this feature. I just following the google guide lines.
In this page,asked to create an instance of GoogleApiClient. I tried but getting "GoogleApiClient cannot be resolved a type" error.
And I have added the following libraries into my project.
1.Google play services 2.Google api client 3.Google http api client
and
the error is
How can I resolve this error?