gpt4 book ai didi

android - Material Slider OnSliderTouchListener 的方法只能在同一个库组内调用

转载 作者:行者123 更新时间:2023-12-04 23:39:29 24 4
gpt4 key购买 nike

关闭。这个问题需要debugging details .它目前不接受答案。












编辑问题以包含 desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem .这将帮助其他人回答问题。


5个月前关闭。







Improve this question




实现 BaseOnSliderTouchListener 的 onStartTrackingTouchonStopTrackingTouch ( documentation ) 向 lint 提供以下错误消息:

Error: BaseOnSliderTouchListener.onStartTrackingTouch can only be called from within the same library group (referenced groupId=com.google.android.material from groupId=your-group-id) [RestrictedApi]

最佳答案

我遇到过同样的问题。 @SuppressLint("RestrictedApi") 的解决方法作品。
根本原因是 BaseOnSliderTouchListener类具有库限制范围,并且在 OnSliderTouchListener 中未覆盖其中公开的方法.
该问题在此处的 Material 组件库中进行了跟踪:https://github.com/material-components/material-components-android/issues/2493
它已在 Material 组件的 1.6.0-alpha02 版本中得到修复。

关于android - Material Slider OnSliderTouchListener 的方法只能在同一个库组内调用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70873160/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com