想要使用ViewPager,无法获得android.support。*被识别?

时间:2013-01-08 15:35:53

标签: android android-viewpager android-support-library

编辑对所有图片感到抱歉。我试图让你最好地了解我的位置。

我正在尝试ViewPager处理我的应用程序,但它无法识别我在SDK管理器中下载的Support Library

我正在编写SDK版本10.这是我的SDK Manager

的屏幕截图

enter image description here

安装Android Support Library和最新Tools后,我转到帮助>>检查更新。运行后,我收到下面显示的两个弹出窗口。

enter image description here

Problem Occured弹出窗口表示无法在该站点找到存储库。我刚开始开发此应用程序时安装了Sequoyah Natice Code Support但从未使用过它。我试图重新安装软件包以摆脱这个弹出窗口,但它不会让我,因为它已经安装。

enter image description here enter image description here

在我的代码中,我在尝试import android.support.v4.view.ViewPager;时遇到错误。屏幕截图如下。当我将光标悬停在import行上时,会显示The import android.support.v4 cannot be resolved.

enter image description here

2 个答案:

答案 0 :(得分:26)

将Android支持库添加到现有的Android项目中:

  • 右键点击您的项目
  • 点击Android Tools
  • 点击Add Support Library

这应该注意设置android-support jar,以便项目可以使用它。

答案 1 :(得分:5)

适用于Android Studio 1.2.2

  • 从文件层次结构中右键单击您的项目(应该说“app”)
  • 从菜单
  • 中选择“打开模块设置”
  • 单击“依赖关系”选项卡
  • 点击底部的加号按钮
  • 选择“图书馆依赖”
  • 搜索/选择所需的支持库
  • 点击确定