Tabnine Logo
ApkSigner$Builder.setInputApk
Code IndexAdd Tabnine to your IDE (free)

How to use
setInputApk
method
in
com.android.apksig.ApkSigner$Builder

Best Java code snippets using com.android.apksig.ApkSigner$Builder.setInputApk (Showing top 1 results out of 315)

origin: google/bundletool

.setInputApk(unsignedApk.toFile())
.setOutputApk(signedApk.toFile())
.build();
com.android.apksigApkSigner$BuildersetInputApk

Javadoc

Sets the APK to be signed.

Popular methods of ApkSigner$Builder

  • <init>
    Constructs a new Builder for an ApkSigner which signs using the provided signer configurations. The
  • build
    Returns a new ApkSigner instance initialized according to the configuration of this builder.
  • checkInitializedWithoutEngine
  • setOutputApk
    Sets the location of the output (signed) APK. ApkSigner will create this file if it doesn't exist.

Popular in Java

  • Start an intent from android
  • getSystemService (Context)
  • setRequestProperty (URLConnection)
  • setContentView (Activity)
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now