1、android exception:java.lang.StackOverflowError 遇见这个错误提示,是因为我在addView的时候添加了自身,例如:parentView.addView(parentView);