When i click on AVD Manager, i am getting an error as in the screenshot below.
Referred to the following links. But none of the solution works for me.
Failed
I have a x86 system (not x86_64).
in tools\lib\find_jave.bat I replaced:
find /i "x86" > NUL && set arch_ext=32 || set arch_ext=64
With:
rem find /i "x86" > NUL && set arch_ext=32 || set arch_ext=64
set arch_ext=32
Then when android.bat runs, it prints:
The system cannot find the file specified.
Yet it DOES run the SDK manager.
I suspect the 'find' line is broken. If you have a 64 bit system, try setting arch_ext to 64 and test that.