我目前有一个buzztouch android应用程序的问题我从google play创建的错误是
NullPointerException
in BT_viewUtilities.updateBackgroundColorsForScreen()
我已将其范围缩小到以下代码,是否有人在代码中看到任何类型的错误。如果您需要其他东西,请询问,这将修复相当多的应用程序。谢谢
//updates a screens background colors and image...
public static void updateBackgroundColorsForScreen(final Activity theActivity, final BT_item theScreenData){
BT_debugger.showIt(objectName + ":updateBackgroundColorsForScreen with nickname: \"" + theScreenData.getItemNickname() + "\"");