I have used the following command to install android studio to Ubuntu:
sudo apt-get install android-studio
However, the following message appears :
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
What is the problem and how to solve it ?
sudo dpkg --configure -a
? – Mitch Jul 11 '14 at 13:15