Hi, In an Android Studio plugin, what is the best way to retrieve the build tools version of a user's project?
Currently I use com.android.sdklib.SdkManager class to retrieve the build tools version (via com.android.sdklib.BuildToolInfo). However, since Studio 2.0 Beta, the SdkManager has been removed (or moved to another place?) but BuildToolInfo is still there. I usually was able to find the answer from the source code but it looks like the source of Studio 2.0 isn't yet available. Thanks a lot for the help! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/3c87191c-5f64-4bf4-905d-2a2c3e472d11%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

