0
我開始開發xposed模塊,但現在出現一個奇怪的錯誤。 我用RecyclerView無法轉換爲Xposed上的RecyclerView
RecyclerView player_recycler_view=(RecyclerView)card_content.getChildAt(2)
得到RecyclerView。 card_content
是RecyclerView的父級。
我得到這個錯誤
java.lang.ClassCastException: android.support.v7.widget.RecyclerView cannot be cast to android.support.v7.widget.RecyclerView
這是沒有意義的!與card_content
的其他孩子一切工作正常。
預先感謝您!
可能是一個類加載器的問題? http://stackoverflow.com/questions/826319/classcastexception-when-casting-to-the-same-class –