Tencent / Shadow

零反射全动态Android插件框架

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShadowActivity中缺少方法: getThemeResId

budaowengd opened this issue · comments

插件引入了某个SDK,打包插件时失败,原因是:
Class com.tencent.shadow.core.runtime.ShadowActivity中缺少方法:
getThemeResId:()I被这些类调用了:
com.alipay.mobile.quinox.activity.QuinoxInstrumentation

问题:
请问应该在哪个类添加 getThemeResId 方法?
下图是SDK中用到getThemeResId的地方
image