标签:
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
标签:
原文地址:http://my.oschina.net/u/2430651/blog/498912