最佳答案
In my android application I can't use String.isEmpty() function which is situated in JDK 1.6. Android 2.1 lib doesn't have this function in java.lang.String class
I tried to input JRE System library to my project, because it has this function, but there was no effects.
How can I solve this problem and allow my application to use this function?