Skip to content Skip to sidebar Skip to footer

Android Webview Causing Null Pointer

I have this in my layout : This in my activity: pub

Solution 1:

Add setContentView(R.layout.your_layout);:

super.onCreate(savedInstanceState);
setContentView(R.layout.your_layout);

Post a Comment for "Android Webview Causing Null Pointer"