When i launch Android studio emulator and drag drop the APK that built on Debug mode, i have error that say : "The APK failed to install .ERROR :could not parse error string" as the Screenshot!

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

@Sue Wvlkew​

If your emulator is of type x86

please enable x86 in project settings

from the command prompt use the following command to get the error log

adb install -r "pathtoapk"

make sure adb is added to PATH variable.

(adb is located in sdkdirectory\platform-tools\adb)

Regards

@Blvke Bond​

i am follow your steps and i have error as the screenshot

@Sue Wvlkew​ from the error log we observed that you have not enabled x86 in project settings

Open settings ->native -> android -> tick the checkbox with x86 support.

Regards

I supported it !!

if you emulator is of 64 bit

Please enable support for 64 bit.

to know the type of abi please use following command

adb shell getprop ro.product.cpu.abi

Can you please check if you are able install the apk built from sample project So that we can know the actual issue.

I have x86 !

if possible can you please provide the apk file