add benefits
This commit is contained in:
parent
3a2f4c028a
commit
8a945ef3a3
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -23,6 +23,16 @@ adb install -r app/result/app.apk
|
|||
* work within container (debian based image)
|
||||
* use Makefile as a build tool
|
||||
|
||||
## benefits of this (compared to AndroidStudio)
|
||||
|
||||
* no need to install rather bloated hell of software (i.e AndroidStudio) and all
|
||||
* less hidding of internals (i.e Makefile allows to see how app.apk is made)
|
||||
* small app.apk file
|
||||
* oftentimes faster compile time (as compared with AndroidStudio Gradle builds)
|
||||
* quick "webview" which can serve as starting point for people that can to PWA and websites
|
||||
* Assisted initial configuration provides access to configure almost all types of [Android app permissions](app/.Makefile.scripts/make--app-config.sh)
|
||||
* no need to have Kotlin, Gradle setup
|
||||
|
||||
## basic info
|
||||
|
||||
This repo should allow to generate an empty "android app". by simply cloning this repo and
|
||||
|
|
Loading…
Add table
Reference in a new issue