Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save androidlover5842/3d26b361cfdf56d01392982b8c4ec381 to your computer and use it in GitHub Desktop.
Save androidlover5842/3d26b361cfdf56d01392982b8c4ec381 to your computer and use it in GitHub Desktop.
fix ERROR: Cannot launch Jack server
If you do not start JACK (Java Android Compiler Kit) 6.0 server in the assembly
ERROR: Can not launch Jack server
First method.
Open the file (in your home directory) .jack.
Change Ports:
SERVER_PORT_SERVICE = 8072 -> 8074
SERVER_PORT_ADMIN = 8073 -> 8075
Save.
Second method
chmod 777 ~/.jack.
Open the file (in your home directory) .jack.
Disable Server:
SERVER = true -> false
Save.
Third method
cd
chmod 777 .jack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment