macos - 安装 Unity 和 Android SDK for Mac 时,adb 在哪里?

我遇到了 Android 构建失败并想找到 adb做一些查询,如 adb devices但在哪里adb安装了吗?我已经为 Unity 安装了 Android SDK。

最佳答案

从@Programmer 的回答来看,这一行不再正确:

You are responsible for downloading, installing and setting up Android SDK and then manually setting the paths in Unity.



Unity 现在允许和 encourages you to install the Android SDK via their Unity Hub :

Use the Unity Hub to install Android Build Support and the required Android SDK & NDK tools:



从同一页面,我找到了 adb.exe位于:/c/Program Files/Unity/Hub/Editor/2019.2.1f1/Editor/Data/PlaybackEngines/AndroidPlayer/SDK/platform-tools/adb.exe

https://stackoverflow.com/questions/44874903/

相关文章:

html - 使 SVG 适合父容器宽度

scala - 在 Spark 中将连续变量转换为分类变量

python - 哪个更快 np.vstack、np.append、np.concatenate 或

php - 什么是正确的 laravel 语法

curl - 使用 Curl for Dynamics Nav 验证 OData

maven - 使用 Java 5 运行的 JAXB 编码异常 javax.xml.stream.F

regex - Powershell foreach 路径找不到文件

python - NumPy - 扩展和重复

unix - 使用 grep 或 awk 查找在不同行上同时包含 "a"和 "b"的文件

c++ - 将OpenGL实例化图形与移动对象一起使用