Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8969827
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:38:53+00:00 2026-06-15T17:38:53+00:00

I know android provides support for ARMv5TE and ARMv7a CPU. ( armeabi and areabi-v7a

  • 0

I know android provides support for ARMv5TE and ARMv7a CPU. (armeabi and areabi-v7a folders)
Most Android Phones’s CPUs now are ARMv6 without VFP, ARMv6 with VFP and ARMv7 with VFP.

My app has physics simulation and I wish to target devices with hardware float point only. (VFP). I do not wish to support devices without VFP.

How do I configure NDK project to compile ARMEABI code to be ARMv6 with VFP instead of ARVv5TE ?

I can block old ARMv6 without VFP and ARmv5 device via Google Play interface when APK is uploaded.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T17:38:54+00:00Added an answer on June 15, 2026 at 5:38 pm

    NDK does not really provides any convenient way to change default build options. You can only add additional flags but not override standard options.

    Default LOCAL_CFLAGS and most of other options will not work for you because NDK puts its options after yours and overrides your flags. The only solution I know is to define global APP_CFLAGS in the Application.mk. So the following should result in binaries optimized for armv6 having VFPv2:

    APP_CFALGS += -march=armv6 -mno-soft-float -mfloat-abi=softfp -mfpu=vfp
    

    Also if I remember correctly, vfp instructions on armv6 hardware require to compile your code in arm mode (not thumb). Specify LOCAL_ARM_MODE := arm for every target in Android.mk to achieve this.

    By the way I think that you will not be satisfied by performance of armv6 device. Even newest hi-end armv7 processors are about 10 times slower than modern Intel Core CPUs.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to know if phones with Android 2.3 or lower could download
I know that Android provides some useful methods to be overridden in order to
I know that Android provides a mechanism to allow developers to save and restore
I know that on Android there is android.database.sqlite package that provides helpful classes to
Android provides a permission called SET_TIME_ZONE with OS permission level dangerous. Does anyone know
As we know Android ICS provides Face Unlock option to lock the screen in
I wanted to know if android sdk provides any built in components(views) for the
I would like to know whether the Android provides any sort of compatibility i.e
So I know that adobe (or someone else) now provides a way to port
I am new iOS development but I know android at eclipse. For example I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.