Description
I believe that most developers will be installing the Android SDK via Android Studio now, we should probably add the default install locations in our lookups [here](
https://github.com/appcelerator/node-titanium-sdk/blob/e80bba152d54a8049ad6cf3164d6a499b7190d25/lib/android.js#L117-L119)
For Windows it defaults to
%localappdata%\Android\Sdk
Need to check OSX but I think it's something like
/Users/USERNAME/Library/Android/sdk
We could probably expand this to NDK also, but there's probably some caveats there in that the NDK lives under Sdk\ndk-bundle (I was expecting an Ndk folder) and also there is only one install available, not multiple
Closing as dupe as other one has PR