Skip to content

Instantly share code, notes, and snippets.

@smockle
Created April 2, 2014 13:28
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 smockle/9934099 to your computer and use it in GitHub Desktop.
Save smockle/9934099 to your computer and use it in GitHub Desktop.
How to sign Android Studio, so that you don't get any more "allow incoming network connections?" popups.
codesign -vvv /Applications/Android\ Studio.app
codesign -f -s "My Certificate" /Applications/Android\ Studio.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment