1
I’m having a problem when emulating a device in android studio. When I try the following error happens:
15:28:24 FileNotFoundException: /home/Henrique/. android/Avd/3_2_HVGA_slider_ADP1_API_17.ini (File or directory not found)
After you have created the AVD does not appear and when I click to emulate appears to create a.
Have you checked if this file or directory actually exists at the given address?
– viana
What I don’t understand. Only have a file inside . android/
– Henrique Nascimento
This I don’t understand. It only has a file inside . android/ a file called uid.txt, with this content: 23a02592-9afb-4694-b798-fccd0956879a
– Henrique Nascimento
Try creating a virtual machine again and check where it is being set up.
– viana
This Avd directory is where you find all created virtual machines.
– viana
In case you have to uninstall AVD and reinstall normally?
– Henrique Nascimento
You created a virtual machine right?! So when you create an VD it generates that file
.ini
. From the looks of it, the ide is not finding this file. By default it should be inside this Avd folder. What I’m saying is you try to create another Avd with a more accessible name and do a search on your hard drive to see where this file went.– viana
There is, right. I’ll do it. Thank you very much for the tips. I’ll let you know if it worked.
– Henrique Nascimento
It didn’t work. Apparently he doesn’t create AVD.
– Henrique Nascimento