Creating a new String from a Charset throws NoSuchMethodError (Android)
Since the constructor String (byte[] data, Charset charset)
was only added in API Level 9 (Android SDK 2.3). So updating SDK version solved my problems. Thanks everyone.
Here the reference:
String - Android Developer Reference.
API Levels of Android Platform.