electrum-bitcoinprivate/gui/kivy/Readme.txt

24 lines
511 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-18 07:23:05 -07:00
rm -rf .buildozer/android/platform/python-for-android/dist
2016-03-18 07:23:05 -07:00
Notes:
To use internal storage, python-for-android must be patched with:
git pull git@github.com:denys-duchier/python-for-android.git fix-recursive-delete
2016-03-16 12:39:59 -07:00