Syntax Error
in OS installer
I am not very experienced with Pi. I installed Raspbian and then went to install the Emteria android emulator for Linux. Here is the error i am getting including the terminal lines prior.
PLEASE HELP!
usst2@raspberrypi:~/Downloads $ ls
Emteria.OS_Installer-v1.1-43.AppImage
usst2@raspberrypi:~/Downloads $ chmod a+x Emteria.OS_Installer-v1.1-43.AppImage
usst2@raspberrypi:~/Downloads $ sudo ./Emteria.OS_Installer-v1.1-43.AppImage
./Emteria.OS_Installer-v1.1-43.AppImage: 1: Syntax error: ")" unexpected
0
Comments
@USST The emteria installer is not built for the target architecture, e.g. RPi3/RPi4. You are meant to install the installer on your computer / laptop and flash an SD card / your device from there.
See: https://emteria.com/kb/access-get-emteria-os
That would explain the issue! I will try that and thank you!