Monday, 12 August 2013

Null Pointer Exception error in android- fatal build error

Null Pointer Exception error in android- fatal build error

Hi I got a null pointer error on this line
layout = (LinearLayout) inflater.inflate(R.layout.instructions1, null);
I have checked everything. The instructions1 is an xml file and it exists
in the layout folder within the Resources folder. Thanks.

No comments:

Post a Comment