examples icon indicating copy to clipboard operation
examples copied to clipboard

Android example README inaccurate

Open c-parsons opened this issue 4 years ago • 1 comments
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.

c-parsons avatar Jan 05 '21 21:01 c-parsons

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.

c-parsons avatar Jan 05 '21 21:01 c-parsons