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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T11:04:16+00:00 2026-06-04T11:04:16+00:00

I am using NetBeans and nbandroid to build my Android app. Previously I was

  • 0

I am using NetBeans and nbandroid to build my Android app. Previously I was targeting API level 10 (2.3.3) but I realized that in doing so I would be excluding too many people from my app and (I thought) my app did not use any features that exceeded API level 7. However, after changing my API level in project properties in NetBeans, my project will not compile and fails on compiling a myString.isEmpty() conditional. I know this is easily fixed/replaced, but is String.isEmpty really not available until API level 10? If not, how do I fix my nbandroid project? I have noticed that even after I choose API level in project properties, under libraries it always says Android 2.3.3.

  • 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-04T11:04:18+00:00Added an answer on June 4, 2026 at 11:04 am

    It probably still says your using the 2.3.3 library as you have targetSdk set to 2.3.3.


    With a Min SDK of over 2.2 (8) you will lose 27.1% of the audience

    With a Min SDK of over 2.1 (7) you will lose 6.2%

    With a Min SDK of over 1.6 (6) you will lose 0.7%

    so it’s up to you if you don’t want to target over 2.3 (9).

    (I would personally recommend having your minSdk as 2.2 (8) and targeting 3.0 (11))


    As for String.isEmpty()

     if("".equals(String)){
       // is Empty
     }
    

    or

     if(!"".equals(String) && String != null){
       // is Not Empty
     }
    

    For a complete isEmpty implementation you need to remember your string may be null or full of spaces (which is technically empty):

     if(String != null && "".equals(String.trim())){
       // is Empty
     }
    

    Checking for null allows you to call the trim() method without a NullPointerException

    Ref:

    Stats reference

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

Sidebar

Related Questions

I created a JApplet using Netbeans 6.5.1 that accesses a database. When the program
Using Netbeans 6.8 and metro 2.0 I have written a simple application that makes
im using netbeans to code a web application with symfony. it seems that netbeans
I'm using NetBeans as my IDE. Whenever I have some code that uses another
I just started using nbandroid plugin with Netbeans 7.0.1 (and 7.1). I could compile
Im using netbeans gui editor and im trying to add a Jfreechart that is
I am using NetBeans 7.1 on Ubuntu 11.04 and would like to obtain triangles
I'm using NetBeans IDE 7.1 From this IDE I run first build and wait
i am using NetBeans, and i am working on a jsp page that allows
I'm using netbeans to develop some BPEL but can't figure out how to add

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.