[펌] CommandInvokationFailure: Unable to list target platforms. Please make sure the android sdk path is correct.
Unity3D/Trouble Shooting / 2017. 6. 7. 20:49
저도 동일한 문제로 헤매다가
http://answers.unity3d.com/questions/1320150/unable-to-list-target-platform.html
참고하여 해결했습니다.
위 링크 들어가 보시면 댓글에 해결책이 있는데
여기에 요약하면
Android SDK tools 가 최신 버전(25.3.1)으로 업데이트 되면서 unity가 사용하던 기능이 없어진거 같다고 합니다.
해결책은 기존 Android SDK설치 폴더에서 tools 폴더 이름을 변경한 후 [Your Android SDK root]/tools -> toolsXXXX
http://dl-ssl.google.com/android/repository/tools_r25.2.5-windows.zip 를 다운로드 받아서 압축 풀고 해당 tools 폴더를 위의
Android SDK설치 폴더에 복사합니다. 그러면 unity에서 예전처럼 잘 됩니다.
[출처] http://devkorea.co.kr/bbs/board.php?bo_table=m03_qna&wr_id=79671&&#c_81343
[참조] http://answers.unity3d.com/questions/1320150/unable-to-list-target-platform.html
반응형
'Unity3D > Trouble Shooting' 카테고리의 다른 글
[펌] Unity UnityException: Unable to install APK! (0) | 2017.07.26 |
---|---|
[링크] InvalidOperationException: out of sync (0) | 2017.07.11 |
[펌] Invalid Asset Bundle and downloading failed (connection refused) (0) | 2017.04.13 |
[에러] .ResolutionException: Cannot find candidate artifact for com.google.android.gms (0) | 2017.03.13 |
[펌][APK] "패키지 파일이 올바르지 않습니다." 라는 오류 메시지와 함께 설치가 되지 않아요. (0) | 2017.02.14 |