Updating Android SDK: “A folder failed to be moved.”

前端 未结 25 1793
面向向阳花
面向向阳花 2020-12-07 10:29

While trying to update my Android SDK I am encountering this error when trying to install this particular package:

相关标签:
25条回答
  • 2020-12-07 10:47

    You probably started the SDK manager from eclipse? I encoutnered the same problem, and fixed it by manually opening the SDK manager from the directy tools.

    0 讨论(0)
  • 2020-12-07 10:47

    On Windows 7 and probably Vista, run Eclipse as administrator.

    0 讨论(0)
  • 2020-12-07 10:47

    These are the steps followed by me.

    • Restart the computer.
    • Open "C:\android\androidStudio\sdk\tools\android.bat" as admin.
    • Now install packages should run fine.
    0 讨论(0)
  • 2020-12-07 10:48

    First make a copy of tools folder in same directory (android-sdk or android-sdk-windows) then delete the original tools folder and then open the android.bat file by double clicking in tools-copy folder to launch sdk manager and install the tools.

    If tools folder is not being deleted then use the unlocker LockHunter to delete the folder and then open android.bat to update the tools.

    After successful installation of tools delete the tools-copy folder.

    Close Eclipse or Android Studio if open.

    It worked for me!!!

    0 讨论(0)
  • 2020-12-07 10:48

    I just stopped the emulator, and problem was solved.

    0 讨论(0)
  • 2020-12-07 10:51

    On my PC it was caused by monitor.exe running in the background. Terminating that proces solved the problem.

    0 讨论(0)
提交回复
热议问题