openid/OpenYOLO-Android

Cannot access com.google.protobuf

StanKocken opened this issue · 2 comments

On the demo app Barbican, I have the class CredentialQueryReceiver which contains:

    if (credentialsFound) {
        Intent retrieveIntent = RetrieveCredentialActivity.createIntent(context, request);
        CredentialRetrieveBbqResponse response =
                CredentialRetrieveBbqResponse.newBuilder()
                        .setRetrieveIntent(IntentUtil.toByteString(retrieveIntent))
                        .build();
        responseBytes = response.toByteArray();
    }

This is working fine with the OpenYolo project demo apps.
But on my side I have the following error:

screen shot 2017-05-26 at 18 05 00

Any idea why and how to fix it?

Thanks Michael, that did fix my issue.
We need to modify somehow the library to include this directly.
We will see with what @iainmcgin wanted to do for JCenter.