NoSuchMethodError: android.os.Bundle.getString

game.multiplayer = bundle.getString("multiplayer" ,null);

is giving the error:

java.lang.NoSuchMethodError: android.os.Bundle.getString

Other methods like

 game.word.word = bundle.getStringArray("word");

work fine.

Anyone any idea?

http://stackoverflow.com/questions/8916532/java-lang-nosuchmethoderror-android-os-bundle-getstring

你可能感兴趣的:(NoSuchMethodError: android.os.Bundle.getString)