liujianAndroid

Results 19 comments of liujianAndroid

调用了一些过期的 API 市场没过审。 就下载用吧

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