AVD Manager can't find tools\android.bat even though it's there

17,965

Solution 1

The latest SDK has AVD Manager in the SDK Manager itself. Open SDK Manager -> Tools -> Manage AVDs

Solution 2

I was getting the same error and solved it by going to the tools folder (up one level in my case) and then running the android.bat file. This then runs the SDK Manager and then follow Samarth Jain's answer above.

Solution 3

Make sure you have the sdk/add-ons folder. I created that and SDK and AVD Managers both worked correctly

Solution 4

I just copied sdk manager.exe and avd manager.exe from ..sdk\tools\lib to ..sdk

Share:
17,965
CaptainForge
Author by

CaptainForge

Updated on June 07, 2022

Comments

  • CaptainForge
    CaptainForge almost 2 years

    I've researched this on the internet so much and nothing I find is helping me out. I got the SDK manager to run, but when I try to run the Adroid AVD Manager, it doesn't run!!!!! Why?

    It says, word for word, "Failed to execute tools\android.bat: The system cannot find the file specified."

    Why can it not find a file that is clearly where it is looking?

    PS I'm running windows 8, installed the latest version of the ADK.

  • ahmetunal
    ahmetunal over 9 years
    also you should run as Administrator