Friday, April 19, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1937  / 2 Years ago, tue, july 5, 2022, 8:18:53

I am totally new to ubuntu. I installed adt(eclipse) from developer.android.com ..
It is working fine. But when I try to start an AVD it says : Error:13 - Permission Denied.



I tried to start eclipse with sudo ./eclipse but I am still getting the same error .


More From » android

 Answers
3

There are several solutions corresponding to your problems.




  1. The correct SDK and tools are not installed. For this you need to go to the location where you have downloaded Android-SDK and start the android.sh. Then download required platform/build tools along with required files for any API.

  2. SDK tool is not getting execution rights. To solve this problem, navigate to the SDK location directory and type the following in your terminal.(as root if necessary).

    chmod -R +x Android-SDK

    Replacing Android-SDK with the name of your SDK directory.



Note : Android is shutting down its project for eclipse support, so I suggest migrating to Android Studio as soon as possible. Check here for details.


[#32885] Tuesday, July 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dresuitable

Total Points: 69
Total Questions: 116
Total Answers: 122

Location: Honduras
Member since Sun, Dec 26, 2021
2 Years ago
;