Top "Armv7" questions

Questions related to ARMv7 architecture.

Undefined symbols for architecture armv7

This problem has been driving me crazy, and I can't work out how to fix it... Undefined symbols for architecture …

ios armv7
Android Studio 3.0 Flavor Dimension Issue

Upgraded to Studio Canary build. My previous project of Telegram Messenger is giving following error. Error:All flavors must now …

android android-studio gradle armv7
Why use armeabi-v7a code over armeabi code?

In my current project I make use of multiple .so files. These are located at the armeabi and armeabi-v7a …

android android-ndk arm armv7
What are the advantages of armv7 over armv6 when compiling iPhone apps?

If there are any advantages at all... couldn't find anything conclusive in the docs. Apparently armv7 is for newer version …

iphone objective-c ios xcode armv7
How to support both armv6 and armv7s for release build in xcode 4.5

I know that this is not possible and Apple planned it this way to force the users to upgrade their …

xcode xcode4.5 armv7 armv6
Xcode 4 Final - "armv6 armv7" issue while linking with armv6 libs

Until xcode 4 final (I was using 3.latest and 4 GM for the time it was available) this didn't happen. When I …

iphone xcode static-linking armv7 armv6
Error: "File was built for archive which is not the architecture being linked (armv7s)"

I have built my own Static C++ Library, which is built with the settings: Architectures: armv7, armv7s Build Active …

ios xcode static-libraries armv7
Do I need to add armv6 support when limiting apps to iOS 4.0+?

At the moment I'm compiling for both armv6 and armv7. I've also set the target iOS version as 4.0. Am I …

iphone ios armv7 armv6
Xcode 5 and phonegap: linker errors on building for device but not for simulator

Our phonegap app builds fine for the iphone simulator but generates linker errors when building the app on an iphone. …

ios iphone xcode cordova armv7
Android ARMv6/v7 and VFP/NEON

I would like to understand more the CPU used on Android phones. The reason is that we are building the …

android arm neon armv7