CodeLocator
CodeLocator copied to clipboard
Android13将codelocator引入项目之后,跳转xml失效了,想请问一下跳转xml的逻辑大概在哪一块?我看看是不是我自己的项目的问题
是不是最新版SDK?最新版默认关闭了跳转XML 需要在Application onCreate里添加 CodeLocator.config( CodeLocatorConfig.Builder() .enableHookInflater(true) .build() )