Android 10 won't allow apps targeting Android 10 to excute binaries from its app home directory. Currently this causes ABCore on Android 10 to fail launching tor and bitcoind and crash soon afterwards.
This PR rolls back ABCore to target Android 9 (API level 28) in order to fix this temporarily. See issue #97 for more details and discussion of future options
Android 10 won't allow apps targeting Android 10 to excute binaries from its app home directory. Currently this causes ABCore on Android 10 to fail launching
tor
andbitcoind
and crash soon afterwards.This PR rolls back ABCore to target Android 9 (API level 28) in order to fix this temporarily. See issue #97 for more details and discussion of future options