examples
examples copied to clipboard
Android example README inaccurate
trafficstars
The readme for the android app tutorial target reads:
"Once these are done, set up the android_sdk_repository rule in the WORKSPACE file, following the instructions in the comments there."
There are no such instructions nor inline comments in the WORKSPACE file.
As such, I can't build //android. I'm undoubtedly missing some SDK configuration step.
For what it's worth, I was missing the enviroment variable ANDROID_HOME, which is required as is described in the android_sdk_repository documentation
However, this was quite unclear given the error messages and the README.