java.lang.StackOverflowError: stack size 8MB android

change the below one 
inflater.inflate(R.layout.somelayout,container,true);
 
as
inflater.inflate(R.layout.somelayout,container,false); 

No comments:

Post a Comment