tiann / FreeReflection

A library that lets you use reflection without any restriction above Android P

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

反射仍然是ClassNotFoundException

shaomaicheng opened this issue · comments

报错信息

 Caused by: java.lang.ClassNotFoundException: Didn't find class "android.os.Binder.ProxyTransactListener" on path:
fun setBinderProxyTransactionListener() {
            val clazz = Class.forName("android.os.Binder.ProxyTransactListener")
        }

运行环境是Android10 vivox27

静态内部类,android.os.Binder$ProxyTransactListener