Class APKSigner

java.lang.Object
de.foellix.aql.helper.tools.APKSigner

public class APKSigner extends Object
  • Constructor Details

    • APKSigner

      public APKSigner(File sdkBuildTools)
    • APKSigner

      public APKSigner(File zipAligner, File apkSigner)
  • Method Details

    • sign

      public boolean sign(File apkToSign)
    • sign

      public boolean sign(File apkToSign, String keyStorePassword)
    • sign

      public boolean sign(File apkToSign, String keyStorePassword, File keyStore)
    • setDirectory

      public void setDirectory(File directory)
      If the script is located in "/path/to/AQL-System/data/signing" and the program is not run within "/path/to/AQL-System" the directory must manually be set to "/path/to/AQL-System".
      Parameters:
      directory - must be set to "/path/to/AQL-System"
    • setOutputApk

      public void setOutputApk(File outputApk)