Class InstallFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.android.builder.sdk.InstallFailedException
All Implemented Interfaces:
Serializable

public final class InstallFailedException extends Exception
Exception thrown when an SDK component installation fails for another reason than a licence not being accepted.
See Also:
  • Constructor Details

    • InstallFailedException

      public InstallFailedException(@NonNull Path sdkLocation, @NonNull List<com.android.repository.api.RemotePackage> failedPackages)
  • Method Details

    • getAffectedPackages

      @NonNull public com.google.common.collect.ImmutableList<com.android.repository.api.RemotePackage> getAffectedPackages()