- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在 android studio 中导入现有项目,但遇到以下错误
Could not find com.github.SilenceDut:ExpandableLayout:1.2.0.
有人可以帮忙吗?
最佳答案
仅供引用,SilenceDut:ExpandableLayout
已弃用。
您应该在项目级别 build.gradle
部分添加以下内容。
allprojects {
repositories {
maven { url "https://jitpack.io" } // Need this
}
}
注意 - compile
是旧的。使用实现
。
implementation 'com.github.SilenceDut:ExpandableLayout:1.2.0'
关于java - 错误: Failed to resolve ExpandableLayout,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61669447/
当我尝试构建成绩时,我在 XML 中遇到了这些错误,两者都是同一类型: 错误:(16) 在包“com.example.heavymagikhq.expandablelayoutlibrary”中找不到
我在对话框布局中使用 cachapa/ExpandableLayout,但我遇到了一些意想不到的动画。我的意思是,可扩展布局不是平滑地移入和移出,而是突然的。 Click to screen shot
我正在尝试在 android studio 中导入现有项目,但遇到以下错误 Could not find com.github.SilenceDut:ExpandableLayout:1.2.0. 有
关闭。这个问题需要更多focused .它目前不接受答案。 想改进这个问题吗? 更新问题,使其只关注一个问题 editing this post . 关闭 8 年前。 Improve this qu
我收到这个错误 android.view.InflateException: Binary XML file line #12: Error inflating class com.andexert.
我是一名优秀的程序员,十分优秀!