Molei.Li

Results 3 comments of Molei.Li

“View v = inflater.inflate(R.layout.list_item, null); Changing this to View v = inflater.inflate(R.layout.list_item, parent, false);” but ,sometimes it cause java.lang.StackOverflowError by this way.

http://blog.csdn.net/zhangda0000001/article/details/73608847 我的是通过文章中说的,加上shell=True搞定的