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

  • Home
  • SEARCH
  • 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 5939191
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T15:47:30+00:00 2026-05-22T15:47:30+00:00

I am using 1.6 i.e. API 4 to build my application. There are couple

  • 0

I am using 1.6 i.e. API 4 to build my application. There are couple of commands that are supported by higher versions. I want to write those commands and make application more compatible for higher versons. Like, I use Tabs. I want to use setLeftStripDrawable and setRightStripDrawable, but they are supported by API 8.

I write something like :

// I want these lines to come into affect only if the device SDK is greater than 7 as SDK of below 7, doesn't support these methods.
if (android.os.Build.VERSION.SDK_INT > 7) {   
    tw.setLeftStripDrawable(R.drawable.tab_selected_bar_left_v4);  // TabWidget
}

EDIT : I want to set setLeftStripDrawable to the tabs used in my app. In my manifest I have uses-sdk android:minSdkVersion=”4″. If I write the lines as above and compile it in 2.3, it compiles successfully. When I run in 1.6 I get “java.lang.VerifyError”. If I remove those liens and again run in 1.6, it works properly.

What should I do to execute those lines only if the device SDK api is > 7, and if it is less than that then those lines should not come under any affect ?

Any clue ?

  • 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-05-22T15:47:31+00:00Added an answer on May 22, 2026 at 3:47 pm

    I think you should use something like this. I did this by heart, so there might be some errors.

    try {
        Method twMethod = TabWidget.class.getMethod("setLeftStripDrawable", new Class[] { int.class });
        twMethod.invoke(tw, R.drawable.yourdrawable);
    } catch (NoSuchMethodException e) {
        /* not supported */
    } catch (IllegalArgumentException e) {
        /* wrong class provided */
    } catch (IllegalAccessException e) {
        /* Java access control has denied access */
    } catch (InvocationTargetException e) {
        /* method has thrown an exception */
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using an API that requires me to pass a function pointer as a
I'm trying to make my first web service client for the eBay API using
Using the Facebook API, is there a way of getting a friend's phone/cell number?
Using the Win32 API (in C, but that's inconsequential), how can I tell if
I am using Scribd API (www.scribd.com) to display the PDF files in my website.
I am using an api which interacts with a db. This api has methods
Am building a Book search API using Lucene. I need to index Book Name,Author,
For years I've been using ShellExecute() API to launch the default web browser from
I have created a minidump using win32 api [DllImport(DbgHelp.dll, SetLastError = true)] private static
Using the Windows API, how can I get a list of domains on my

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.