Skip to content

Instantly share code, notes, and snippets.

@samgooi4189
Created February 25, 2016 15:29
Show Gist options
  • Save samgooi4189/f5799ba536e6fedb6d32 to your computer and use it in GitHub Desktop.
Save samgooi4189/f5799ba536e6fedb6d32 to your computer and use it in GitHub Desktop.
Fixing Cannot run command "/home/user_name/Android/Sdk/build-tools/21.1.2/aapt"
If you are using Ubuntu or Debian which runs on 64-bit architecture, try to install the following package:
sudo apt-get install lib32stdc++6
sudo apt-get install lib32z1
The program requires these package so that it could run in 64-bit environment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment