Android Developers Develop API reference Stay organized with collections Save and categorize content based on your preferences. AdbOptions @Incubating interface AdbOptions : Installation Options for the adb tool. Summary Inherited functions From class com.android.build.api.dsl.Installation @Incubating Unit installOptions(option: String) Sets the list of FULL_APK installation options @Incubating Unit installOptions(vararg options: String) Sets the list of FULL_APK installation options Inherited properties From class com.android.build.api.dsl.Installation Collection<String>? installOptions The list of FULL_APK installation options. Int timeOutInMs The time out used for all adb operations.