class AndroidSdk
Author
johnsonlee
<init> |
AndroidSdk() |
location |
Returns the Android SDK location, the search order: val location: File |
findPlatform |
fun findPlatform(): Int |
getAndroidJar |
Returns the android.jar of the specific API level fun getAndroidJar(apiLevel: Int = findPlatform()): File |