2

I am new to Android Studio and I am setting up an Emulator. I use a Macbook Pro and when I try to run my emulator (Pixel 2 API 28) I get the below errors and the emulator does not run.

13:43 Emulator: dyld: Symbol not found: _kSecAttrKeyTypeECSECPrimeRandom

13:43 Emulator: Referenced from: /Users/eimearbrady/Library/Android/sdk/emulator/lib64/qt/lib/libQt5WebEngineCoreAndroidEmu.5.12.1.dylib (which was built for Mac OS X 10.12)

13:43 Emulator: Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security

13:43 Emulator: in /Users/eimearbrady/Library/Android/sdk/emulator/lib64/qt/lib/libQt5WebEngineCoreAndroidEmu.5.12.1.dylib

13:43 Emulator: Process finished with exit code 133 (interrupted by signal 5: SIGTRAP)

eimear1316
  • 33
  • 1
  • 3

1 Answers1

1

Try by setting Emulated Performance Graphics option to Software

Md. Asaduzzaman
  • 14,963
  • 2
  • 34
  • 46