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 7847191
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:48:55+00:00 2026-06-02T17:48:55+00:00

The minSdk version for my app is 7, my app runs smooth on nexus

  • 0

The minSdk version for my app is 7, my app runs smooth on nexus with ICS as compared to the versions below 3.0, since the min sdk is 7 so i want to switch on gpu rendering option programatically if it is already not enabled for versions above 3.0, ho can i make my app compatible with 2.0 to onward i.e enable gpu rendering option for OS>=3.0 only. I want to enable the rendering at the application level, not only at the view level

  • 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-02T17:48:57+00:00Added an answer on June 2, 2026 at 5:48 pm

    Add android:hardwareAccelerated="true" to the application tag of your manifest. It will be ignored by pre Honeycomb devices. Make sure your target sdk is honeycomb or later.

    You will need to check that you are not using apis that are for a higher level, but it is not a massive problem. You can get around it with reflection for more complicated tasks or simply by using an if statement, like:

    if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB){
    }
    

    There is some more details about this here

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

Sidebar

Related Questions

I am creating an android app myself (min sdk version 7 or 2.1 and
I am developing an app with min sdk version 7, I already installed all
I have made an app for android and have kept the minimum sdk version
I developed my app using Mono for Android. I have the latest version 4.0.3.
I was getting ready to publish an app, but when I set the min
I'm creating an app that uses the clipboard manager. Since the way of working
My app is compatible from Android 2.x through 4.x: <uses-sdk android:minSdkVersion=7 android:targetSdkVersion=15 /> For
Last week i began the honeycomb update for my app and since then the
I'll appreciate any help here - I want to make my Android app be
The manifest of my app has the following settings <manifest ... android:installLocation="preferExternal"> and <uses-sdk

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.