안녕하세요. 초보 개발자 입니다.

제가 다른 업체에서 만든 샘플 프로그램을 안드로이드 단말에 올리고, 사용하는 라이브러리도 다 import 시켜주었는데요.
실제 단말에서 실행하면은... 자꾸 아래와 같은 에러가 납니다.

[2010-06-11 14:25:10 - MainForm]Automatic Target Mode: Unable to detect device compatibility. Please select a target device.
[2010-06-11 14:25:16 - MainForm]Uploading MainForm.apk onto device 'M10014909308'
[2010-06-11 14:25:16 - MainForm]Installing MainForm.apk...
[2010-06-11 14:25:17 - MainForm]Installation error: INSTALL_FAILED_CPU_ABI_INCOMPATIBLE
[2010-06-11 14:25:17 - MainForm]Please check logcat output for more details.
[2010-06-11 14:25:17 - MainForm]Launch canceled!

도대체  INSTALL_FAILED_CPU_ABI_INCOMPATIBLE <-- 요 에러때문에 단말에 .apk 가 올라가지 않는데요...
그렇다고 애뮬레이터로 올려보면은 샘플어플이 정상적으로 올라갑니다.
꼭 단말에서만 안 올라가는데... 혹시 몰라 android api 도 확인을 해보았지만. 2.1(7)버전이 맞거등요...

혹시 이런 증상 있으신 분들 계신가요?