I have the same error.
Workaround:
Download launcher apk and adb utils to your PC (e.g. nova.apk).
Turn developer mode in phone and turn on USB debugging.
Connect phone ane run command: adb install nova.apk (with correct path)
Confirm connection on p...