标签: fragment send classcastexception
我试图在this link之后将数据从一个片段发送到另一个片段。 但是,这行
getFragmentManager().beginTransaction().add(R.id.assetTypeName, ldf).commit();
产生了ClassCastException: android.widget.AutoCompleteTextView cannot be cast to android.view.ViewGroup。
ClassCastException: android.widget.AutoCompleteTextView cannot be cast to android.view.ViewGroup
我不知道该如何解决。
任何帮助将不胜感激。