Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAhmed Awadallah
5,637 PointsDo I need to run the studio.sh as sudo?
it seems ADB is having a problem running when I ran studio.sh as a normal user. Do we need to run it as sudo to install whatever missing ADB components or take permission to run or write?
2 Answers
Ahmed Awadallah
5,637 Pointsgot it, as per stack overflow entry http://stackoverflow.com/questions/22381790/adb-not-responding-wait-more-or-kill-adb-or-restart-ubuntu-13-64-bit we install the following missing packages sudo apt-get install lib32z1 lib32z1-dev lib32stdc++6
Botan Abdullah
Courses Plus Student 2,940 Pointsyou still need to run it as "sudo ./studio.sh" this will save you some other problems related to the permissions.