Scrypt is not loading on Android. While this might be annoying for importing JSON accounts that use scrypt it doesn't prevent us from creating new ones.
Also related to #74.
See application loading logs below.
buildozer android adb -- logcat | grep python
Output:
05-06 15:11:09.217 10460 10722 W linker : /data/data/com.github.andremiras.etheroll/files/app/crystax_python/site-packages/coincurve/_libsecp256k1.so: is missing DT_SONAME will use basename as a replacement: "_libsecp256k1.so"
05-06 15:11:09.682 10460 10722 I python :
05-06 15:11:09.682 10460 10722 I python : WARNING:kivy:stderr:
05-06 15:11:09.683 10460 10722 I python : Failed to import scrypt. This is not a fatal error but does
05-06 15:11:09.683 10460 10722 I python : WARNING:kivy:stderr: Failed to import scrypt. This is not a fatal error but does
05-06 15:11:09.683 10460 10722 I python : mean that you cannot create or decrypt privkey jsons that use
05-06 15:11:09.683 10460 10722 I python : WARNING:kivy:stderr: mean that you cannot create or decrypt privkey jsons that use
05-06 15:11:09.683 10460 10722 I python : scrypt
05-06 15:11:09.683 10460 10722 I python : WARNING:kivy:stderr: scrypt
05-06 15:11:09.683 10460 10722 I python :
05-06 15:11:09.683 10460 10722 I python : WARNING:kivy:stderr:
Scrypt is not loading on Android. While this might be annoying for importing JSON accounts that use scrypt it doesn't prevent us from creating new ones. Also related to #74. See application loading logs below.
Output: