Android Studio emulator: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

前端 未结 13 1671
北恋
北恋 2020-12-01 07:24

My android studio emulator not starting. I\'m using Android Studio 3.0 on Ubuntu 17.10

Error - Emulator: Process finished with exit code 139 (interrupted by signal 1

13条回答
  •  Happy的楠姐
    2020-12-01 08:10

    I solved this issue by changing the permissions for the img files

    cd /home/[your_user]/.android/avd/[device_name]_API_[API_version].avd
    chgrp libvirt *.img
    chmod 766 *.img
    

提交回复
热议问题