본문 바로가기
728x90

Build2

[Unity] CommandInvokationFailure: Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details. 📝 Unity에서 만든 프로그램을 안드로이드에 빌드하면서 이런 에러가 떴다. CommandInvokationFailure: Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details. 1. 지금 테스트하려고 하는 단말기에 이미 설치된 버전이랑 맞지 않아서 발생 2. 현재 핸드폰의 용량 부족 3. etc. 1. 핸드폰에 있는 앱을 지우고 다시 컴파일한다. 2. 핸드폰 용량을 정리 후 빌드한다. 3. [다른 .. 2023. 4. 18.
IntelliJ에서 Build하는 방법 오늘은 IntelliJ에서 Build 하는 방법을 살펴보자~! Golang을 이용하여 진행하였다. 먼저 프로젝트를 만들어 준 다음에 간단한 실행 코드를 써줬다. 이 프로그램을 Terminal로 실행을 하면 이렇게 출력이 된다. 근데 나중에 코드가 더 길어졌을 때 디버깅도 하고 싶고 버튼만 눌러서 프로젝트를 실행시키고 싶을 수도 있다. 비활성화되어있는 버튼들을 활성시켜서 사용할 수 있게 만들어보자! Add Configuration...을 누르면 이런 창이 뜬다. 여기서 +나 Add new...를 누르고 Go Build를 선택해준다. Go Build가 열리면 Run kind를 Directory로 설정해준다. 빨간 네모칸 세 곳을 다 똑같이 설정해준다! 경로는 실행할 파일 경로! main.go가 있는 경로.. 2022. 8. 9.
728x90