AVD Manager can't find tools\android.bat even

2019-02-18 09:00发布

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.

6条回答
SAY GOODBYE
2楼-- · 2019-02-18 09:29

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

查看更多
Luminary・发光体
3楼-- · 2019-02-18 09:31

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

查看更多
smile是对你的礼貌
4楼-- · 2019-02-18 09:32

The beat and working way to solve this problem is to download the ARM EABI v7a system image for your respective API level and also the Intel x86 Emulator Accelerator(HAXM installer). After that you can run the AVD manager from the SDK manager and now select the ARM system image in the CPU section and now thw OK button will work. It worked for me and hope will work for you.

查看更多
再贱就再见
5楼-- · 2019-02-18 09:35

You may not have the correct permission level to run the program.

Try doing the following:

  • Right click
  • Run as administrator
查看更多
兄弟一词,经得起流年.
6楼-- · 2019-02-18 09:36

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

查看更多
叼着烟拽天下
7楼-- · 2019-02-18 09:54

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.

查看更多
登录 后发表回答