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-ameame-class –