1
0
Files
electrum/gui/kivy
ThomasV ffff09736a Merge pull request #3592 from SomberNight/fix_android_addr_tab_impwal_change
fix: kivy Addresses tab crash for Imported_Wallet change
2017-12-26 23:07:18 +01:00
..
2016-03-08 08:57:44 +01:00
2017-09-12 17:01:55 +02:00
2016-02-25 14:17:59 +01:00
2017-11-13 12:28:44 +01:00
2017-08-26 08:28:24 +02:00
2017-08-26 08:28:24 +02:00
2017-12-25 20:52:44 +01:00
2017-08-26 08:28:24 +02:00

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


If something in included modules like kivy or any other module changes
then you need to rebuild the distribution. To do so:

  rm -rf .buildozer/android/platform/python-for-android/dist


how to build with ssl:

  rm -rf .buildozer/android/platform/build/
  ./contrib/make_apk
  pushd /opt/electrum/.buildozer/android/platform/build/build/libs_collections/Electrum/armeabi-v7a
  cp libssl1.0.2g.so /opt/crystax-ndk-10.3.2/sources/openssl/1.0.2g/libs/armeabi-v7a/libssl.so
  cp libcrypto1.0.2g.so /opt/crystax-ndk-10.3.2/sources/openssl/1.0.2g/libs/armeabi-v7a/libcrypto.so
  popd
  ./contrib/make_apk