I trying to build an android project that needs a previous version of the Android SDK and build tools: https://github.com/googlevr/gvr-android-sdk.git (android-24)
In Android studio I went to the SDK manager and installed the previous version:
But when I went to try build the project with grandle I get this error:
Failed to find Build Tools revision 24.0.0
Looks like sdk manager didnt install the Build Tools. How do I do this.