我试着用Android锁模式
但是,当我将库导入Eclipse时,它得到了以下错误:
不能将IContentView解析为R类型,不能将其解析为变量 错误解析XML:格式不正确(无效令牌)
代码获取错误:实现IContentView
public class LockPatternActivity extends Activity implements IContentView {
private static final String CLASSNAME = LockPatternActivity.class.getName();
/**
* Use this action to create new pattern. You can provide an
* {@link IEncrypter} with
* {@link Security#setEncrypterClass(android.content.Context, Class)} to
* improve security.
* <p/>
* If the user created a pattern, {@link Activity#RESULT_OK} returns with
* the pattern ({@link #EXTRA_PATTERN}). Otherwise
* {@link Activity#RESULT_CANCELED} returns.
*
* @see #EXTRA_PENDING_INTENT_OK
* @see #EXTRA_PENDING_INTENT_CANCELLED
* @since v2.4 beta有谁曾经面对过这个问题吗?如何解决这个问题?非常感谢。
发布于 2014-04-09 05:47:43
试着跟着..。
发布于 2014-05-08 18:00:32
在我的例子中,我捕捉到了演示应用程序的链接指向我们的库。可供现场使用的图书馆有问题。但是,在链接演示应用程序链接中找到的库正在工作。使用这个库,就可以实现指南站点,并且没有问题地编译。见“选项”菜单
导出源代码
在演示应用程序中获取库。
发布于 2014-07-02 21:33:11
您可能需要尝试这库。
https://stackoverflow.com/questions/22953479
复制相似问题