团结“无法找到Android的SDK管理器工具”(已设置路径)
如果我开始统一项目我得到这个消息:团结“无法找到Android的SDK管理器工具”(已设置路径)
Unable to find the Android SDK manager tool. Required Android packages (extra-google-m2repository) can not be installed. Android SDK path not set. Set the Android SDK property using the Unity "Edit > Preferences > External Tools" menu option on Windows or the "Unity > Preferences > External Tools" menu option on OSX. Alternatively, set the ANDROID_HOME environment variable
UnityEngine.Debug:LogError(Object)
GooglePlayServices.ResolverVer1_1:DoResolution(PlayServicesSupport, String, OverwriteConfirmation, Action)
GooglePlayServices.PlayServicesResolver:Resolve(Action)
GooglePlayServices.PlayServicesResolver:AutoResolve()
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
但我安装了完整的SDK,并通过首选项设置路径。我做什么错了? 我的sdk与UNITY位于同一个文件夹中。
设置路径为“D:/统一/ sdk”有以下文件:https://imgur.com/a/dnMuB –
@UngerGames似乎是正确的文件夹,你有什么问题接着就,随即? – armnotstrong
https://imgur.com/a/qI7bK我认为这一切都很好,但我仍然得到这个错误:/ –
阅读[这](https://stackoverflow.com/questions/37313735/unable-to-list-target-platforms正确配置-please-make-sure-the-android-sdk-path-is-correc/37314122#37314122)post。它应该修复你无法XXX错误 – Programmer