You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, running the code sample shows this error
> Task :run
find the first Coffee in Austin,Texas
Exception in thread "main" java.lang.NullPointerException
at demo.App.main(App.java:43)
> Task :run FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':run'.
> Process 'command '/Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java'' finished with non-zero exit value 1
The error wasn't clear at first, but I noticed from the default sample, we should replace local_results with more generic results since local_results is not always available on the response.
Here is my update suggestion for the code sample and readme instruction:
Currently, running the code sample shows this error
The error wasn't clear at first, but I noticed from the default sample, we should replace
local_results
with more generic results sincelocal_results
is not always available on the response.Here is my update suggestion for the code sample and readme instruction:
The text was updated successfully, but these errors were encountered: