安卓smspopup [英] android smspopup

查看:165
本文介绍了安卓smspopup的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我下载Android版应用smspopup从 Android的smspopup 使用svn,现在我打开Eclipse中的项目。我做了以下内容:
    1)生成项目;
    2)Android的工具 - >修复项目属性;
    3)项目 - >清除

i downloaded the smspopup app for android from android-smspopup using svn, now i opened the project in eclipse. i did the following: 1) Build Project; 2) Android Tools -> Fix Project Properties; 3) Project -> Clean.

现在,以下Java类:
    1)SmsPopupActivity;
    2)SmsPopupPager。

Now, for the following java classes: 1) SmsPopupActivity; 2) SmsPopupPager.

它说,它无法解析如下:

It says that it cannot resolve the following:

import com.jakewharton.android.viewpagerindicator.CirclePageIndicator;

我下载了 Android的ViewPagerIndicator 。现在,我尝试使用属性将其添加 - > Android的 - >添加库。不过,这并不让我添加任何东西。请你能帮助我解决这个问题......我真的AP preciate如果有人可以解释如何解决这个问题一步一步的。非常感谢事先!

I downloaded the Android-ViewPagerIndicator. Now, i try to add it using the Properties -> Android -> Add Library. But it does not let me add anything. Please can you help me to resolve this problem... I would really appreciate if someone could explain how to solve this problem step-by-step. Thanks a lot in advance!!!

推荐答案

我遇到同样的问题与你,我终于找到的 https://github.com/JakeWharton/Android-ViewPagerIndicator

I encountered the same problem with you,and i finally found the solution on the site of https://github.com/JakeWharton/Android-ViewPagerIndicator.

Android的ViewPagerIndicator是psented为Android库项目$ P $。一个独立的JAR是不可能的,因为由指标部件提供的主题功能。

Android-ViewPagerIndicator is presented as an Android library project. A standalone JAR is not possible due to the theming capabilities offered by the indicator widgets.

您可以通过引用它作为Eclipse或蚂蚁库项目包括了这个项目。

You can include this project by referencing it as a library project in Eclipse or ant.

这篇关于安卓smspopup的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆