booster / com.didiglobal.booster.build / AndroidSdk

AndroidSdk

class AndroidSdk

Author
johnsonlee

Constructors

<init>

AndroidSdk()

Companion Object Properties

location

Returns the Android SDK location, the search order:

val location: File

Companion Object Functions

findPlatform

fun findPlatform(): Int

getAndroidJar

Returns the android.jar of the specific API level

fun getAndroidJar(apiLevel: Int = findPlatform()): File