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

编译报错可以在gradle下面添加这个

baioug opened this issue · comments

commented
splits {
    abi {
        reset()
        include "armeabi-v7a"
    }
}