
The problem is I can't find the Android SDK on my machine! I assume it's there because otherwise the program wouldn't compile and run through Android Studio? Perhaps that's a bad assumption? I'm new to Macs (I'm used to Windows) so I don't know the best way to search for the Android SDK. (HPPageLiftProxy.OSX) In VS Preferences, this is what its showing. Make sure the Android SDK platform-tools/ directory is included in your PATH environment variable, then execute: Please update your Apple SDK location in Visual Studios preferences (Projects > SDK Locations > Apple > Apple SDK). 1.2 Set ANDROIDHOME and Path System Environment Variable. Then you can find the Android SDK Location directory path in right panel, remember it.

Expand Appearance & Behavior >System Settings >Android SDK menu item in left panel of the popup window.


All I want to do now is be able to build the app and install it on device from the command line as opposed to Android Studio. Open android studio, click File > Settings menu item in the top men bar. I have installed Android Studio on my MacBook Air (OS Version 10.11 El Capitan) and have successfully written a small "hello, world" app and installed on device (Nexus 7) and ran on AVD.
