YAHFA icon indicating copy to clipboard operation
YAHFA copied to clipboard

固件8.0下hook final方法报错

Open qs00019 opened this issue 7 years ago • 1 comments

Nexus5X 安卓版本8.0,hook final方法报错,hook 非final方法正常。 java.lang.IncompatibleClassChangeError: The method 'long com.tencent.wcdb.database.SQLiteDatabase.insertWithOnConflict!(java.lang.String, java.lang.String, android.content.ContentValues, int)' was expected to be of type static but instead was found to be of type virtual (declaration of ...

qs00019 avatar Mar 23 '18 08:03 qs00019

可以再试试其他final方法,最好是自己写一个测试app

rk700 avatar Sep 06 '18 02:09 rk700