Error while running the Android Studio emulator

1

I have a problem when emulating a device in android studio. When I try the following error occurs:

  

15:28:24 FileNotFoundException:   /home/henrique/.android/avd/3_2_HVGA_slider_ADP1_API_17.ini (File   or directory not found)

AftercreatingtheAVDdoesnotappearandwhenIclicktoemulateitappearstocreateone.

    
asked by anonymous 18.12.2016 / 19:36

1 answer

1

As far as we can tell, your .ini file is not in the default directory as it should be. So you have to do a check of where your AVD (Android Virtual Devices) really was created.

To show the .ini and .img files of the associated AVD on the disk, right-click an AVD and select Show on Disk . Or click Menu and select Show on Disk .

You can read more in the documentation itself that says Create and manage virtual devices .

    
18.12.2016 / 20:55