It seems I've found a bug or glitch in Electrum for Android. I've tried to create watching-only wallets several times. Two of them under Linux and one under Android work perfectly, but another one under Android shows the only transaction to the wallet as "Not verified" despite more than 90 confirmations.
What is the nature of that Android device? How full is it storage wise, how many transactions should it load?
Also, what is the operating system you're running, an old OS may not function as well as a new one (I had it on jellybean and it kept crashing).
~
Thanks, I have a similar feeling and I'll follow this advice. It is not a spending wallet and will be used only when I decide to
'cash out' (partially) or need to move the coins to another cold wallet.
It's useful to know that in older versions, if you send a tansaction and the address is not in the offline sandboxed wallet, the transaction won't be able tobe signed unless you make the wallet aware of the new address (using a gap_limit command).
You can do this by doing either
[1]:
wallet.create_new_address(False)
or
wallet.storage.put('gap_limit',n)
Where n is the number of your addresses lus the nuber of addresses you want to make. If you have a lot of space, you may want to set this to something like 1000.