Android Studio: 'sudo' is not recognized as an internal or external command, operable program or batch file
问题 As a possible solution to my Android Studio "could not expand zip" problem, I would like to run this command from the Terminal window in Android Studio: sudo chmod -R 777 /your/project/path However, when I try it, I get this error: 'sudo' is not recognized as an internal or external command, operable program or batch file. How to solve? (I am running Android Studio 2.1.2 on Windows 7.) 回答1: sudo is a *nix utility, not something you'll find on Windows. Ditto chmod . With that said, the command