gpt4 book ai didi

安卓锁模式错误

转载 作者:行者123 更新时间:2023-11-29 01:43:23 26 4
gpt4 key购买 nike

我正在尝试使用 Android Lock Pattern

但是当我将库导入 Eclipse 时,出现了这些错误:

IContentView cannot be resolved to a type R cannot be resolved to a variable
Error parsing XML: not well-formed (invalid token )

代码获取错误:实现 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

有人曾经遇到过这个问题吗?如何解决?非常感谢。

最佳答案

尝试以下..

  • 右键单击库项目 >> 构建路径 >> 配置构建路径 >> Android >> 选择最新的 android api >> 应用 >> 确定

  • 导入后清理库项目。项目>>清理>>选择你的锁模式库项目

关于安卓锁模式错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22953479/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com