Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tporto/28742d1498a864c0d709ce7fbeeaff0e to your computer and use it in GitHub Desktop.
Save tporto/28742d1498a864c0d709ce7fbeeaff0e to your computer and use it in GitHub Desktop.
Error:java.util.concurrent.ExecutionException: java.lang.RuntimeException: AAPT process not ready to receive commands Ubuntu 64
Set Env variabel (type in your terminal) or set it on .bashrc or .bash_profile
===============================================================================
export ANDROID_HOME=/home/fuadaip/Android/Sdk
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
intall if not installed
===============================================================================
sudo apt-get install lib32stdc++6
sudo apt-get install lib32z1
Logout ubuntu then login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment