Skip to content

Containerized tools for Android development — because I don't want to install it on my machine.

License

Notifications You must be signed in to change notification settings

igatha/droidkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

droidkit

Containerized tools for Android development — because I don't want to install it on my machine.

Tools

  1. apksigtool
  2. fdroid

Example

# build the tool container
docker compose build apksigtool

# copy data you need to use
cp ./path/to/app-release.apk ./data/app.apk

# run the tool
docker compose run --rm apksigtool \
    parse --json ./data/app-release.apk \
    | jq -r ".pairs[].value._type"

About

Containerized tools for Android development — because I don't want to install it on my machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published