** 문제점 **
안드로이드 에뮬레이터를 띄운 후 Build and Run 을 하자 이런 메시지를 만났다.
유니티에서의 에러 메시지:
D:/AndroidSDK\platform-tools\adb.exe -s "emulator-5554" install -r "D:\UnityProjects\MyApp.apk
커맨드 라인에서 adb 로 설치해 보았다.
adb install MyApp.apk
adb: failed to install MyApp.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
** 해결방법 **
유니티 안드로이드 Player Settings 에서 x86 을 추가 하면 해결 됨.