如何在 android studio Java 中配置实现 'com.mindorks.android:placeholderview:1.0.3'

问题描述 投票:0回答:1

它说“无法解析:com.mindorks.android:placeholderview:1.0.3 在项目结构对话框中显示 受影响的模块:应用程序”

<com.mindorks.placeholderview.SwipePlaceHolderView 
    android:id="@+id/swipeView"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:ignore="MissingClass" 
/>

这就是我尝试用于滑动滑块的内容 非常感谢您的帮助

  1. 这是它显示的错误,已经尝试了几周了,现在在谷歌上没有尝试过,它似乎不起作用
  2. 尝试过使用较低版本,没有尝试过以下版本 一个。重建项目 b.重新启动项目 c.清理项目

什么都不起作用 这是 xml 失败,没有显示缺少类

  1. 我期待导入 xml 类,这样我就可以完成应用程序,但这个错误对我来说很糟糕
<com.mindorks.placeholderview.SwipePlaceHolderView 
    android:id="@+id/swipeView"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:ignore="MissingClass" 
/>

您的帮助将不胜感激,提前感谢您的帮助。

java xml build.gradle
1个回答
0
投票

将 IDE 更新到最新版本后,我也遇到了同样的问题。如果有人找到解决方案,请在此发帖,谢谢

© www.soinside.com 2019 - 2024. All rights reserved.