Installation failed with message Failed to finalize session : INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113.
It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing.
WARNING: Uninstalling will remove the application data!
Do you want to uninstall the existing application?
그냥 프로젝트 만들자마자 실행하면 잘됩니다
제공해주는 예제대로 gradle에서 repository(project쪽)와 dependencies(모듈앱쪽)를 추가하고 synk 돌려도 잘됩니다.
그런데 이번엔 앱을 돌리면 위의 경고문이 뜨면서 설치가 되지 않습니다
구글에 검색해서 에뮬 설정도 바꿔보고 properties에 android.buildOnlyTargetAbi=true 도 추가해보고 했는데 안되네요
타겟도 23레벨에 맞췄고요
ABI를 arm으로 변경하면 다른 경고문이 뜨긴 하는데 인스톨 되지 않는건 똑같습니다
Installation failed with message null.
It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing.
WARNING: Uninstalling will remove the application data!
Do you want to uninstall the existing application
arm을 사용했을시 뜨는 경고문 입니다