简体   繁体   English

Android Studio在哪里安装Android SDK和工具?

[英]Where does Android Studio install the Android SDK and tools?

I need direct access to the location of the android developer tools and can't find where Android Studio saved them. 我需要直接访问android开发人员工具的位置,并且找不到Android Studio将其保存到的位置。 I am on a Mac. 我在Mac上。 Thanks! 谢谢!

Here: ~/Library/Android/sdk 此处: 〜/ Library / Android / sdk

If you didn't change it 如果你没有改变

If you change it, you can find where using the SDK Manager: 如果您进行更改,则可以找到使用SDK Manager的位置: 在此处输入图片说明

Click on the "SDK Manager" icon. 单击“ SDK管理器”图标。 图标

When the window open, you'll see on the top: 窗口打开后,您会在顶部看到:

SDK path: ... SDK路径:...

路径

/Users//Library/Android/sdk/ /用户//库/ Android / sdk /

Source 资源

Another option could be to open up Finder and search for files that are specific to the Android SDK, such as: 另一种选择是打开Finder并搜索特定于Android SDK的文件,例如:

  • fastboot 快速启动
  • adb 亚行
  • hprof-conv hprof转换
  • draw9patch draw9patch
  • ddms ddms

Not an exhaustive list, but you get the point. 并非详尽无遗的清单,但您明白了。
Then right click (in the search) and choose 'Reveal in Finder'. 然后右键单击(在搜索中),然后选择“在Finder中显示”。

This will be a good way if, for some reason, you cannot use the answer by Sandro 如果由于某种原因您不能使用Sandro的答案,这将是一个好方法

User / NameOFYourComputer / App / sdk如果您想查看完整路径,请进入android studio午餐菜单1-单击配置2-项目默认3-项目结构

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM