Unity3D Error building Player: Exception: android (invokation failed)

Unity3D/Problems 2013. 8. 20. 17:44
반응형

http://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:

  1. Find your Android SDK folder
  2. Locate the "tools" subfolder and rename it to "tools1" (just to keep a backup copy of the original tools folder)
  3. 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.
  4. 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)

Error building Player: Exception: android (invokation failed)
ERROR: unknown error
cmd:android list target -c
stdout;
stderr:
Exception in thread "main" java.lang.NullPointerException
at SDKMain.main(SDKMain.java:62)


 유니티3D로 안드로이드 프로젝트 빌드중 위와같은 에러로 더 이상 빌드가 되지 않는 문제가 발생했습니다.

 이상하게도 기존에 잘 빌드하고 있었는데 스샷과 같이 다시한번 Detecting Android SDK하면서 위치를 선택해줘야 하는 것도 이상하더군요.

 원인은 안드로이드 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/에 복사하시면 해결이 됩니다.

 

 

 

반응형
: