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
时间: 2025-01-01 02:08:39