Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install a previous version of build tools in addition to the sdk?

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: enter image description here

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.

like image 583
red888 Avatar asked Dec 11 '16 17:12

red888


1 Answers

Show Package Details under SDK Tools tab gives you more info on obtaining the older build tools. enter image description here

like image 161
Joe Volcano Avatar answered Oct 13 '22 06:10

Joe Volcano