I'd like to build my android project on a hosted build agent in VSTS. So I created an Android build definition, queued it up on a "Hosted Linux Preview" agent, and my build failed with this error:
SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable
As far as I can see, I have no direct access to the filesystem of the agent.
How can I find the location of the Android SDK?