electrum-bitcoinprivate/gui/kivy/Readme.txt

19 lines
485 B
Plaintext
Raw Normal View History

Before compiling, create packages: `contrib/make_packages`
Commands::
`make theming` to make a atlas out of a list of pngs
`make apk` to make a apk
2015-09-07 05:25:28 -07:00
If something in included modules like kivy or any other module changes
then you need to rebuild the distribution. To do so:
2016-03-13 00:27:58 -08:00
`rm -rf .buildozer/android/platform/python-for-android/dist`
Note:
python-for-android must be patched with:
git pull git@github.com:denys-duchier/python-for-android.git fix-recursive-delete