I am a newbie and want to learn android. However, I face difficulties during installation of android studio.
I have installed android studio correctly but when I wan
Here is what worked for me on Ubuntu: I simply removed the file /tmp/adb.log
sudo rm /tmp/adb.log
Hope it helped. Cheers.