Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wmartinmimi authored Jul 5, 2022
1 parent 519dda4 commit f6eb972
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# apk-devtool
apk development on the command line (no gradle or ant)

# description
A helper for developing android app.

Currently support:
- apk building

Works on termux!

How to use (quick start):
```
cd ~
pkg install openjdk-17 aapt2 d8 apksigner zip git curl android-tools
git clone https://github.com/wmartinmimi/apk-devtool
./android-32-download
ln -s ~/apk-devtool/apkdev $PREFIX/bin/apkdev
cd <android-project-root>
apkdev
```

0 comments on commit f6eb972

Please sign in to comment.