I am using the tutorial from CodeLabs and in an attempt to test my authorization at Step 8, I get a log info 06-13 14:15:42.053 3089-3089/com.google.codelabs.appauth I/AppAuth: Unable to bind custom tabs service
and as such I am unable to see if this works. Any help to understand why this is happening and how to solve it will be appreciated. Thank you.
Asked
Active
Viewed 2,109 times
0

Sweetie Anang
- 332
- 1
- 3
- 15
-
1Is Chrome installed on your test device / emulator? If not, that would explain why the custom tabs service cannot bind. However, this should not prevent authorization from working; AppAuth should fall back to using the system browser and still work. – iainmcgin Jul 07 '17 at 09:54
-
@iainmcgin you are right. I figured this out later. Can you post in the answer section so that I can accept it? – Sweetie Anang Jul 07 '17 at 13:24
1 Answers
1
If Chrome (or any other browser that supports the custom tab service) is not installed on the device, then this error will be displayed. However, this should not prevent authorization from working - AppAuth will fall back to using the system browser if no custom tab provider is available.

iainmcgin
- 2,691
- 1
- 18
- 24