command - How to delete files from android old sdk folder under Windows 10 -


i install android sdk android-sdk folder , android studio android-sdk path sdk installer. used path sdk android studio. try delete old android-sdk got error:

...\appdata\local\android\android-sdk\platform-tools\adbwinusbapi.dll access denied. 

i used try access:

takeown /f android-sdk /r /d y  icacls android-sdk /grant administrators:f /t 

also username account.

how remove folder content?

this fixed new android studio version 2.2.3 new instalation.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -