Interface SdkToolsCommands

    • Method Detail

      • getListSdkComponentsCommand

        SdkCliCommand getListSdkComponentsCommand()
      • getListExistingTargetsCommand

        SdkCliCommand getListExistingTargetsCommand()
      • getListSystemImagesCommand

        SdkCliCommand getListSystemImagesCommand()
      • isImageForPlatformAndABIInstalled

        boolean isImageForPlatformAndABIInstalled​(String listSystemImagesOutput,
                                                  String platform,
                                                  String abi)
      • getAdbInstallPackageCommand

        SdkCliCommand getAdbInstallPackageCommand​(String deviceIdentifier,
                                                  String packageFileName)
      • getCreateSdkCardCommand

        SdkCliCommand getCreateSdkCardCommand​(String absolutePathToSdCard,
                                              String requestedSdCardSize)
        Creates the command (Tool and arguments to created a sdcard-images.
        Parameters:
        absolutePathToSdCard - The absolute path where the images should be created
        requestedSdCardSize - The requested size of the sdcard-image in bytes (may be suffixed with 'K', 'M', 'G')
        Returns:
        a SdkCommand which holds the command to use and the arguments
      • getEmulatorListSnapshotsCommand

        SdkCliCommand getEmulatorListSnapshotsCommand​(String avdName,
                                                      Tool executable)
      • getAdbStartServerCommand

        SdkCliCommand getAdbStartServerCommand()
      • getAdbKillServerCommand

        SdkCliCommand getAdbKillServerCommand()