Android Lock Pattern Errors -


i'm trying use android lock pattern

but when import library eclipse, got these errors :

icontentview cannot resolved type r cannot resolved variable
error parsing xml: not well-formed (invalid token )

code errors : implements icontentview

public class lockpatternactivity extends activity implements icontentview {    private static final string classname = lockpatternactivity.class.getname();  /**  * use action create new pattern. can provide  * {@link iencrypter}  * {@link security#setencrypterclass(android.content.context, class)}  * improve security.  * <p/>  * if user created pattern, {@link activity#result_ok} returns  * pattern ({@link #extra_pattern}). otherwise  * {@link activity#result_canceled} returns.  *   * @see #extra_pending_intent_ok  * @see #extra_pending_intent_cancelled  * @since v2.4 beta 

anyone used facing problem? how solve that? lot.

try following..

  • right click library project >> build path >> configure build path >> android >> select latest android api >> apply >> ok

  • clean library project after importing. project >> clean >> select library project of lock pattern


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -