在ViewGroup(FrameLayout)上调用addView()方法后出现异常。publicfinalViewcreateView(Contextcontext,Propertyproperty,ViewGroupparent){mView=LayoutInflater.from(context).inflate(getLayout(),null);mContext=context;mProperty=property;processBaseViews(mView,property);processViews(mView,property);parent.addView(mVie