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
Post a Comment