I have an Android 9 Emulator in Android Studio, and I'm trying to run my app on it.
However app crashes on launch, and it keeps logging this lengthy error:
2018-10-08 11:48:28.693 18207-18309/? E/aise: Phenotype API error. Event a <
      a: ""
      b: 0
      d: 1
      e: "com.google.android.apps.gcs"
      f: 0
      g: 0
      h: 0
      i: ""
      j: ""
    >
    d: 219
    g: # bpkh@f5738319
    , EventCode: 12
    [CONTEXT service_id=51 ]
    aira: 29503
        at aisl.a(:com.google.android.gms@13280040@13.2.80 (100700-211705629):36)
        at aisk.b(:com.google.android.gms@13280040@13.2.80 (100700-211705629):5)
        at aise.a(:com.google.android.gms@13280040@13.2.80 (100700-211705629):85)
        at aise.a(:com.google.android.gms@13280040@13.2.80 (100700-211705629):77)
        at wsj.run(:com.google.android.gms@13280040@13.2.80 (100700-211705629):29)
        at bdmu.run(:com.google.android.gms@13280040@13.2.80 (100700-211705629):2)
        at pyx.run(:com.google.android.gms@13280040@13.2.80 (100700-211705629):21)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at qet.run(Unknown Source:7)
        at java.lang.Thread.run(Thread.java:764)
2018-10-08 11:48:28.693 18207-18309/? E/AsyncOperation: serviceID=51, operation=GetCommittedConfigurationOperationCall
    OperationException[Status{statusCode=unknown status code: 29503, resolution=null}]
        at aise.a(:com.google.android.gms@13280040@13.2.80 (100700-211705629):95)
        at aise.a(:com.google.android.gms@13280040@13.2.80 (100700-211705629):77)
        at wsj.run(:com.google.android.gms@13280040@13.2.80 (100700-211705629):29)
        at bdmu.run(:com.google.android.gms@13280040@13.2.80 (100700-211705629):2)
        at pyx.run(:com.google.android.gms@13280040@13.2.80 (100700-211705629):21)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at qet.run(Unknown Source:7)
        at java.lang.Thread.run(Thread.java:764)
2018-10-08 11:48:28.694 18207-18250/? E/NetRec: [530] afrj.a: Could not retrieve server token for package com.google.android.apps.gcs
    java.util.concurrent.ExecutionException: otp: 29503: 
        at aptv.b(:com.google.android.gms@13280040@13.2.80 (100700-211705629):2)
        at aptv.a(:com.google.android.gms@13280040@13.2.80 (100700-211705629):28)
        at afrj.a(:com.google.android.gms@13280040@13.2.80 (100700-211705629):1)
        at afrj.a(:com.google.android.gms@13280040@13.2.80 (100700-211705629):4)
        at afrg.getHeaders(:com.google.android.gms@13280040@13.2.80 (100700-211705629):2)
        at com.android.volley.toolbox.HttpClientStack.performRequest(:com.google.android.gms@13280040@13.2.80 (100700-211705629):6)
        at psm.performRequest(:com.google.android.gms@13280040@13.2.80 (100700-211705629):1)
        at bmj.executeRequest(:com.google.android.gms@13280040@13.2.80 (100700-211705629):1)
        at com.android.volley.toolbox.BasicNetwork.performRequest(:com.google.android.gms@13280040@13.2.80 (100700-211705629):5)
        at psn.performRequest(:com.google.android.gms@13280040@13.2.80 (100700-211705629):14)
        at com.android.volley.NetworkDispatcher.a(:com.google.android.gms@13280040@13.2.80 (100700-211705629):6)
        at com.android.volley.NetworkDispatcher.run(:com.google.android.gms@13280040@13.2.80 (100700-211705629):2)
     Caused by: otp: 29503: 
        at ozf.a(:com.google.android.gms@13280040@13.2.80 (100700-211705629):4)
        at aipu.a(:com.google.android.gms@13280040@13.2.80 (100700-211705629):5)
        at aisk.a(Unknown Source:3)
        at wsg.a(:com.google.android.gms@13280040@13.2.80 (100700-211705629):5)
        at wsj.run(:com.google.android.gms@13280040@13.2.80 (100700-211705629):37)
        at bdmu.run(:com.google.android.gms@13280040@13.2.80 (100700-211705629):2)
        at pyx.run(:com.google.android.gms@13280040@13.2.80 (100700-211705629):21)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at qet.run(Unknown Source:7)
        at java.lang.Thread.run(Thread.java:764)
I've seen this and this, but disabling microphone permissions and Google search app haven't solved my problem.
What should I do to fix this error?