Traceback (most recent call last):
  File "/home/user/wspace/electrum/.buildozer/android/app/electrum/util.py", line 1716, in test_read_write_permissions
OSError: [Errno 36] File name too long: "/data/data/org.electrum.electrum/files/data/wallets/                                            allow_user_interaction=allow_user_interaction)\n        return client\n\n    def show_address(self, wallet: 'Abstract_Wallet', address, keystore: 'Hardware_KeyStore' = None):\n        pass  # implemented in child classes\n\n    def show_address_helper(self, wallet, address, keystore=None):\n        if keystore is None:\n            keystore = wallet.get_keystore()\n        if not is_address(address):\n            keystore.handler.show_error(_('Invalid Bitcoin Address'))\n            return False\n        if not wallet.is_mine(address):\n            keystore.handler.show_error(_('Address not in wallet.'))\n            return False\n        if type(keystore) != self.keystore_class:\n            return False\n        return True\n.tmptest.30848"

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/user/wspace/electrum/.buildozer/android/app/electrum/storage.py", line 67, in __init__
  File "/home/user/wspace/electrum/.buildozer/android/app/electrum/util.py", line 1722, in test_read_write_permissions
OSError: [Errno 36] File name too long: "/data/data/org.electrum.electrum/files/data/wallets/                                            allow_user_interaction=allow_user_interaction)\n        return client\n\n    def show_address(self, wallet: 'Abstract_Wallet', address, keystore: 'Hardware_KeyStore' = None):\n        pass  # implemented in child classes\n\n    def show_address_helper(self, wallet, address, keystore=None):\n        if keystore is None:\n            keystore = wallet.get_keystore()\n        if not is_address(address):\n            keystore.handler.show_error(_('Invalid Bitcoin Address'))\n            return False\n        if not wallet.is_mine(address):\n            keystore.handler.show_error(_('Address not in wallet.'))\n            return False\n        if type(keystore) != self.keystore_class:\n            return False\n        return True\n.tmptest.30848"

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/user/wspace/electrum/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/Electrum/kivy/base.py", line 347, in mainloop
  File "/home/user/wspace/electrum/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/Electrum/kivy/base.py", line 391, in idle
  File "/home/user/wspace/electrum/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/Electrum/kivy/base.py", line 342, in dispatch_input
  File "/home/user/wspace/electrum/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/Electrum/kivy/base.py", line 308, in post_dispatch_input
  File "kivy/_event.pyx", line 724, in kivy._event.EventDispatcher.dispatch
  File "/home/user/wspace/electrum/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/Electrum/kivy/uix/behaviors/button.py", line 179, in on_touch_up
  File "kivy/_event.pyx", line 720, in kivy._event.EventDispatcher.dispatch
  File "kivy/_event.pyx", line 1263, in kivy._event.EventObservers.dispatch
  File "kivy/_event.pyx", line 1147, in kivy._event.EventObservers._dispatch
  File "/home/user/wspace/electrum/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/Electrum/kivy/lang/builder.py", line 57, in custom_callback
  File "<string>", line 42, in <module>
  File "/home/user/wspace/electrum/.buildozer/android/app/electrum/gui/kivy/uix/dialogs/wallets.py", line 70, in cb
  File "/home/user/wspace/electrum/.buildozer/android/app/electrum/gui/kivy/main_window.py", line 707, in load_wallet_by_name
  File "/home/user/wspace/electrum/.buildozer/android/app/electrum/storage.py", line 69, in __init__
electrum.storage.StorageReadWriteError: [Errno 36] File name too long: "/data/data/org.electrum.electrum/files/data/wallets/                                            allow_user_interaction=allow_user_interaction)\n        return client\n\n    def show_address(self, wallet: 'Abstract_Wallet', address, keystore: 'Hardware_KeyStore' = None):\n        pass  # implemented in child classes\n\n    def show_address_helper(self, wallet, address, keystore=None):\n        if keystore is None:\n            keystore = wallet.get_keystore()\n        if not is_address(address):\n            keystore.handler.show_error(_('Invalid Bitcoin Address'))\n            return False\n        if not wallet.is_mine(address):\n            keystore.handler.show_error(_('Address not in wallet.'))\n            return False\n        if type(keystore) != self.keystore_class:\n            return False\n        return True\n.tmptest.30848"