Ok so I managed to get it to install. What does CPU_ABI define when compiling the android source? Well I suppose the correct question is, what kind of implications does it have when the CPU_ABI used to say:
CPU_ABI := armeabi and I changed it to: CPU_ABI := armv7-a And it started working smoothly. Am I killing backwards compatibility or what's going on? I tried googling around with CPU_ABI and my google- fu unfortunately was not strong enough to find a viable answer to WHAT exactly CPU_ABI defines on the android side. After I changed this the APK installed perfectly and the application purred like a kitten. Also thanks for the confirmations and help. - M -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

