The Android build works but expects verthash.dat to be in internal storage and the security model of Android does not let you access the internal storage of an app without root on non-debug builds. See https://github.com/vertcoin-project/electrum/tree/master/contrib/android
Thus the Android build would need to generate verthash.dat. This could be done by adding additional python bindings for h1 or re-writing the datafile generation in python.
The Android build works but expects verthash.dat to be in internal storage and the security model of Android does not let you access the internal storage of an app without root on non-debug builds. See https://github.com/vertcoin-project/electrum/tree/master/contrib/android
Thus the Android build would need to generate verthash.dat. This could be done by adding additional python bindings for h1 or re-writing the datafile generation in python.