码迷,mamicode.com
首页 > 移动开发 > 详细

NoSuchMethodError: android.os.Bundle.getString

时间:2015-08-29 11:18:27      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!