반응형
CommandInvokationFailure: Unable to install additional SDK platform. Please run the SDK Manager manually to make sure you have the latest set of tools and the required platforms installed.
빌드 시, 위 오류 발생 시, cmd창을 관리자 권한으로 열고 아래 컨멘드 수행 후 다시 빌드하기
sdkmanager.bat "platforms;android-29"
반응형