i am not able to run android studio emulator in My Laptop Acer Nitro 5 AMD

MATRIX_007
MATRIX_007 Member Posts: 12

Tinkerer

I have installed Android Studio on my laptop which is Acer Nitro 5 Ryzen 5 In which I have tried all the solution to run Emulator which are available on the internet but I haven't found any solution successful it shows an error which shown below Please help me with these solutions so I can continue my project on these ... Please  help

Best Answer

Answers

  • batmalin
    batmalin Member Posts: 4,231 Guru
    It is working on Linux on my laptop (check the link in my signature).
    Please click "Yes" if I have answered your question.
    Userbench: https://www.userbenchmark.com/UserRun/31177158

  • Leostat
    Leostat ACE Posts: 3,043 Pathfinder
    Answer ✓
    Is there any extra info in either logcat or the event log?
  • MATRIX_007
    MATRIX_007 Member Posts: 12

    Tinkerer

    Leostat said:
    Is there any extra info in either logcat or the event log?
     wait i will update u with it .
  • MATRIX_007
    MATRIX_007 Member Posts: 12

    Tinkerer

    Leostat said:
    Is there any extra info in either logcat or the event log?
     wait i will update u with it . Here is my logcat help me with these dude

    2021-02-28 13:57:55.184 17515-17515/com.hello.myapplication E/libc: Access denied finding property "ro.serialno"
    2021-02-28 13:57:56.032 17515-17515/com.hello.myapplication W/Thread-2: type=1400 audit(0.0:40172): avc: denied { write } for name="perfd" dev="dm-2" ino=1851476 scontext=u:r:untrusted_app:s0:c120,c256,c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=0
    2021-02-28 13:57:57.207 17515-17725/com.hello.myapplication W/o.myapplicatio: Accessing hidden field Ljava/nio/Buffer;->address:J (light greylist, reflection)
    2021-02-28 13:57:57.620 17515-17725/com.hello.myapplication W/o.myapplicatio: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
    2021-02-28 13:57:57.917 17515-17725/com.hello.myapplication W/o.myapplicatio: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
    2021-02-28 13:57:58.805 17515-17725/com.hello.myapplication W/o.myapplicatio: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
    2021-02-28 13:58:00.568 17515-17725/com.hello.myapplication W/o.myapplicatio: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
  • MATRIX_007
    MATRIX_007 Member Posts: 12

    Tinkerer

    Logacat arre listed below .
    2021-02-28 13:57:55.184 17515-17515/com.hello.myapplication E/libc: Access denied finding property "ro.serialno"
    2021-02-28 13:57:56.032 17515-17515/com.hello.myapplication W/Thread-2: type=1400 audit(0.0:40172): avc: denied { write } for name="perfd" dev="dm-2" ino=1851476 scontext=u:r:untrusted_app:s0:c120,c256,c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=0
    2021-02-28 13:57:57.207 17515-17725/com.hello.myapplication W/o.myapplicatio: Accessing hidden field Ljava/nio/Buffer;->address:J (light greylist, reflection)
    2021-02-28 13:57:57.620 17515-17725/com.hello.myapplication W/o.myapplicatio: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
    2021-02-28 13:57:57.917 17515-17725/com.hello.myapplication W/o.myapplicatio: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
    2021-02-28 13:57:58.805 17515-17725/com.hello.myapplication W/o.myapplicatio: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
    2021-02-28 13:58:00.568 17515-17725/com.hello.myapplication W/o.myapplicatio: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
  • batmalin
    batmalin Member Posts: 4,231 Guru
    Those logs are showing why your app is not running not why the emulator is not starting! Why are you looking for a problem with the laptop as it is clear that you have issue with AS or the OS?. Look here - https://stackoverflow.com/questions/36841461/error-android-emulator-gets-killed
    Please click "Yes" if I have answered your question.
    Userbench: https://www.userbenchmark.com/UserRun/31177158

  • Leostat
    Leostat ACE Posts: 3,043 Pathfinder
    edited February 2021
    Anything in event log, in the screenshot there's two messages in it :)?

    And the reason I asked for the logcat is incase it was a corrupt andoird image, you would have seen the panic in it.