想使用ViewPager,无法识别android.support.*?

Want to use ViewPager, cannot get android.support.* to be recognized?(想使用ViewPager,无法识别android.support.*?)
本文介绍了想使用ViewPager,无法识别android.support.*?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

编辑对不起所有的图片.我试图让你知道我在哪里.

我正在尝试获取 开始开发此应用程序但从未使用过它.我尝试重新安装软件包以消除此弹出窗口,但它不会让我因为它已经安装.

在我的代码中,尝试 import android.support.v4.view.ViewPager; 时出现错误.屏幕截图如下.当我将光标悬停在 import 行上时,它显示 无法解析导入 android.support.v4.

解决方案

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

  • 右键单击您的项目
  • 点击Android工具
  • 点击添加支持库

这应该负责设置 android-support jar,以便项目可以使用它.

EDIT Sorry about all the pictures. I tried to give you the best idea of where I am at.

I am trying to get ViewPager working on my application, but it will not recognize the Support Library that I downloaded in the SDK manager.

I am coding for SDK Version 10. This is a screen shot of my SDK Manager:

After installing the Android Support Library and the most recent Tools, I went to Help >> Check for Updates. After running this I receive the two pop ups shown below.

The Problem Occured pop up says that it can't find a repository at that site. I installed the Sequoyah Natice Code Support when I first started developing this application but have never used it. I tried to re-install the package to get rid of this pop-up but it will not let me as it is already installed.

In my code I get an error when trying to import android.support.v4.view.ViewPager;. The screen shot is below. When I hover my cursor over the import line, it says The import android.support.v4 cannot be resolved.

解决方案

To add the Android Support Library to an existing Android Project:

  • Right click on your project
  • Click Android Tools
  • Click Add Support Library

That should take care of setting up the android-support jar so it can be used by the project.

这篇关于想使用ViewPager,无法识别android.support.*?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)