Unity3D Error building Player: Exception: android (invokation failed)
Unity3D/Problems 2013. 8. 20. 17:44http://forum.unity3d.com/threads/176737-unknown-error-when-building-simple-scene
http://forum.unity3d.com/threads/176737-unknown-error-when-building-simple-scene
http://westwoodforever.blogspot.kr/2013/06/unity3d-error-building-player-exception_10.html
Anyway, for those who want to downgrade Android SDK Tools to a previous version, it can be possible following these steps:
- Find your Android SDK folder
- Locate the "tools" subfolder and rename it to "tools1" (just to keep a backup copy of the original tools folder)
- Download from google repository the SDK Tool version you want to downgrade to (in this case it was: http://dl-ssl.google.com/android/repository/tools_r10-windows.zip) and unpack it.
- The ZIP file you downloaded contains a tools folder that has to be moved to your Android SDK folder.
That's it.
Unity3D Error building Player: Exception: android (invokation failed)
원인은 안드로이드 SDK를 r22로 업데이트해서 생긴 문제였습니다. 현재 GCM작업중인데 이거 받으면서 같이 업데이트 해버렸더만 유니티3D 4.1.2에서는 최신 안드로이드 SDK를 지원안하네요.
유니티3D가 현재 4.1.5까지 나왔는데 유니티3D 4.1.4 이상에서는 해결이 되었네요. 안드로이드 SDK를 r21로 다운그레이드하시거나 유니티3D를 업그레이드 하시면 해결됩니다.
또는 android-sdk/build-tools/17.0.0/ 디렉터리가 있으신 분들은 이것을 android-sdk/platform-tools/에 복사하시면 해결이 됩니다.
'Unity3D > Problems' 카테고리의 다른 글
ArgumentException: Getting control 1's position in a group with only 1 controls when doing DragPerform (0) | 2013.09.01 |
---|---|
주변의 여러 오브젝트들의 Scene에서 확인하며 이동 하는 방법은 없는가? (0) | 2013.08.26 |
[스크랩] Visual studio 2010 에서 소스파일을 UTF-8 로 자동변환 (1) | 2013.08.06 |
[해결] Error building Player: Exception: android (invokation failed) (0) | 2013.08.05 |
버전 Error인가...? (0) | 2013.08.01 |