Android条件检查是否其他语句?

在这种情况下我做了一些错误可以帮助我,我是技术新手来问这类问题。

if (((getResources().getConfiguration().screenLayout & 
                Configuration.SCREENLAYOUT_SIZE_LARGE) == 
                    Configuration.SCREENLAYOUT_SIZE_LARGE)&& config.orientation == Configuration.ORIENTATION_LANDSCAPE) {
            final LinearLayout gridViews = (LinearLayout) findViewById(R.id.grid_id);
            OnNowGridView view = new OnNowGridView(this);
            gridViews.addView(view);

            }
-

10-28 20:26:47.244:错误/ AndroidRuntime(305):java.lang.RuntimeException:无法启动活动ComponentInfo {com.buddytv.android/com.buddytv.android.ui.MainViewActivity}:java.lang.NullPointerException 10-28 20:26:47.244:错误/ AndroidRuntime(305):在android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)10-28 20:26:47.244:错误/ AndroidRuntime(305):在android。 app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)10-28 20:26:47.244:ERROR / AndroidRuntime(305):at android.app.ActivityThread.access $ 2300(ActivityThread.java:125)10-28 20:26 :47.244:错误/ AndroidRuntime(305):在android.app.ActivityThread $ H.handleMessage(ActivityThread.java:2033)10-28 20:26:47.244:错误/ AndroidRuntime(305):在android.os.Handler。 dispatchMessage(Handler.java:99)10-28 20:26:47.244:ERROR / AndroidRuntime(305):at android.os.Looper.loop(Looper.java:123)10-28 20:26:47.244:ERROR / AndroidRuntime(305):at android.app.ActivityThread.main(ActivityThread.java:4627)10-28 20:26 :47.244:ERROR / AndroidRuntime(305):at java.lang.reflect.Method.invokeNative(Native Method)10-28 20:26:47.244:ERROR / AndroidRuntime(305):at java.lang.reflect.Method.invoke (Method.java:521)10-28 20:26:47.244:ERROR / AndroidRuntime(305):at com.android.internal.os.ZygoteInit $ MethodAndArgsCaller.run(ZygoteInit.java:868)10-28 20:26 :47.244:错误/ AndroidRuntime(305):在com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)


看起来你可能会在错误的线程上做这件事。

链接地址: http://www.djcxy.com/p/31425.html

上一篇: Android Condition checking if else statements?

下一篇: Android Get Sim State