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

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

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

ios - CFRelease causing crash in iPad application -