Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save RidaRidss/908dd7849c0d579d5a70318a30a6f592 to your computer and use it in GitHub Desktop.

Select an option

Save RidaRidss/908dd7849c0d579d5a70318a30a6f592 to your computer and use it in GitHub Desktop.
Error : "java.io.IOException: Cannot run program : /home/username/Android/Sdk/build-tools/23.0.1/aapt"

If you got an error throw from VS Code terminal "java.io.IOException: Cannot run program : /home/username/Android/Sdk/build-tools/23.0.1/aapt" while apk installation in your device :

open project's directory cmd and run below command

            sudo apt-get install lib32stdc++6 lib32z1
            
                            OR
                            
            Best way to install build-tools using android studio
            
                open android studio and install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment