現在、Google Play からエラーを作成したバズタッチ Android アプリに問題があります。
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() + "\"");