Skip to content

9r3i/apk-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author License Forks Stars Issues Release

APK Builder

  • Actually, this library I prepared for AI, but I share it as well.
  • Containing AI extension (ext.apk) that require two of valuable libraries.
  • One is apkBuilder.ai, I build this myself.
  • And the other one is apktools.
  • The jar file, "apktool.jar", I get from here: https://github.com/iBotPeaches/Apktool
  • Visit the apktool repository release to get new updates.
  • This package requires JAVA, visit the official website for downloading the stuff: https://www.java.com/en/download/

Installation

  • For AI users, simply use command:
$ ai pkg add repository 9r3i/apk-builder
$ ai install ext.apk

Build an app

  • For AI users, sample commands:
$ ai apk extract <path/to/file.apk>
$ ai apk build <path/to/directory>
$ ai apk sign <path/to/file.apk>
  • Or using config file
$ ai apk prepare <path/to/directory>
$ ai apk execute
  • Use $ ai apk help for more detail