Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can not run android/sdk/build-tools/23.0.2/aapt

Recently installed Android Studio 1.0.1 (old version for some reasons) on Ubuntu 15, and I am trying to create a new project. Whenever I build it I get this error

Cannot run program "/home/user/Android/Sdk/build-tools/23.0.2/aapt": error=2 No such file or directory"

The file exists there.

like image 846
Em Ae Avatar asked Oct 30 '15 02:10

Em Ae


People also ask

How do I install buildToolsVersion?

To download it, go to Tools > Android > SDK Manager, then click on the "SDK Tools" tab at the top of the new window. Then select the "Show Package Details" checkbox in the lower right-hand corner. Finally, scroll down to where you see 26.0. 2, check the checkbox next to it, and click "OK" to begin the install process.


1 Answers

sudo apt-get install lib32stdc++6 lib32z1 
like image 70
dees91 Avatar answered Sep 28 '22 05:09

dees91