I made the simple application using flash builder 4.5.1 for both iOS and android. I test the application on my iphone and ipad, it working fine. But when I try to install on my android device(Samsung GT-5570). It get the following error message.
Error occurred while installing the application:
1603 KB/s (6108444 bytes in 3.719s)
pkg: /data/local/tmp/Runtime.apk
Failure [INSTALL_FAILED_INVALID_APK]
I google about the error.I found that It is cause of my device have ARMv6 architecture. http://forums.adobe.com/thread/890214
Now I have 2 question. Question 1. Is there any other reason of failing installation. Question 2. If the reason is same than any other way available to make build for ARMv6 and ARMv7 architecture phone.
One more thing my both iOS devices are of ARMv7 architecture.
Thanks MD