Could not execute MOTODEV Studio for Android installer: No display was identified
I tried the installation for the MOTODEV Studio for Android and no matter wich Ubuntu version I used, it allways ended up with the error message “Could not execute MOTODEV Studio for Android installer: No display was identified“. I followed the information on the developer forum from Motorola and found out, that the simple solution is to install two missing packages (I wonder why the installation procedure doesn’t recognize that). For me only tha package “tk” was missing.
You need to do the following (Ubuntu 11.10 and Ubuntu 12.04):
(change to the directory where you downloaded the MOTODEV Studio installation file)
chmod u+x MOTODEV_Studio_for_Android_4.0.0_linux_x86.bin
sudo apt-get install tcl tk
sudo ./MOTODEV_Studio_for_Android_4.0.0_linux_x86.bin
Now you should see an installation window where you can follow the installation instructions.


