Any best practices/recommendations on the installation folder for the Android SDK? Following http://developer.android.com/sdk/installing.html on OS X and Step 2. "...unpack it to a safe location on your machine..." makes no sense at all for me coming from Windows.
相关问题
- How does the setup bootstrapper detect if prerequi
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
4/1/16
I also found it in the gradle properties of my project:
I install it using Android Studio and i found it here: /Users/username/Library/Android/sdk
MacOs Android Studio
Just create a blank project. Go the project explore panel and open the local.properties file. You can find the SDK path as below.
/Applications is the most natural place. Maybe /usr/local for the old Unix folks.
Check here too /usr/local/Cellar/android-sdk/
If you have access to the Android SDK Manager you can look at the top of the window.