Null Pointer Exception error in android- fatal build error -


hi got null pointer error on line

layout = (linearlayout) inflater.inflate(r.layout.instructions1, null);

i have checked everything. instructions 1 xml file , exists in layout folder within resources folder.

try relaunch eclipse if use it.


Comments

Popular posts from this blog

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -