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
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