AVD emulator error in android studio

后端 未结 6 1621
孤街浪徒
孤街浪徒 2021-01-15 17:07

I\'m a newbie, my problem is when I try to make a new AVD I get this message :

\"an error occurred while creating the avd. see idea.log for details\"

I just

6条回答
  •  醉梦人生
    2021-01-15 17:53

    On windows:

    1. Used 'Clone Device' option on device definition, it will add new device into list with appending '(edited)1' string.
    2. select this clone device: press 'Next'
    3. select this clone device: press 'Next'
    4. select system image as per your requirement: press 'Next'
    5. select 'Show Advance Setting' scroll down: in 'Memory and Storage' choose 'External file' (which is disable/gray-out in actual device but available in clone device) keep entry empty.
    6. press 'Finish'

    Hope this will solve your issue.

提交回复
热议问题