Programming/Android
Android/Error/[INSTALL_FAILED_NO_MATCHING_ABIS]
현벨
2018. 3. 29. 02:29
반응형
# 에러
- [INSTALL_FAILED_NO_MATCHING_ABIS]
- x86, x64 환경에서 arm 아키텍처 지원 apk 설치 중 발생
- android studio는 arm 에뮬이 느리므로 genymotion에서 arm 에뮬레이터를 생성하는 것이 해결책
# 해결
- geneymotion 설치
- https://www.genymotion.com/ 가입 후 아래 링크에서 personal 버전 다운로드
- Genymotion For Fun – Free Android Emulator (For Personal Use)
https://www.genymotion.com/fun-zone/
반응형