CodeLocator icon indicating copy to clipboard operation
CodeLocator copied to clipboard

Android13将codelocator引入项目之后,跳转xml失效了,想请问一下跳转xml的逻辑大概在哪一块?我看看是不是我自己的项目的问题

Open cjlzustcsn opened this issue 2 years ago • 1 comments

cjlzustcsn avatar Jul 23 '23 06:07 cjlzustcsn

是不是最新版SDK?最新版默认关闭了跳转XML 需要在Application onCreate里添加 CodeLocator.config( CodeLocatorConfig.Builder() .enableHookInflater(true) .build() )

liujianAndroid avatar Jul 24 '23 07:07 liujianAndroid