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

半城伤御伤魂 提交于 2019-11-30 22:52:22

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

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.

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

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

David

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

Try doing the following:

  • Right click
  • Run as administrator

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!