안드로이드 스튜디오 Could not create the Java Virtual Machine 컴파일 하려고 하니 아래와 같은 에러 메세지가 출력될 경우 Could not create the Java Virtual Machine 1. file -> default setting 클릭2. Build, Execution, Deployment -> Compiler3. Shared build process VM options -> -Xms512m 삽입jvm 메모리를 늘려줌으로써 해결할 수 있습니다. 4. file -> Invalidate Caches / Restart 클릭5. Invalidate and Restart 클릭 6. 컴파일하기