Reverting back to previous ADT plugin

Posted by sdfwer on Stack Overflow See other posts from Stack Overflow or by sdfwer
Published on 2012-04-09T17:13:55Z Indexed on 2012/04/09 17:29 UTC
Read the original article Hit count: 207

Filed under:
|
|

Now I was wondering if anyone has been able to accomplish reverting to a previous ADT plugin.

The reason for this is because I am using an open source jar and I am getting the following errors on my LogCat such as:

  1. unable to resolve virtual method
  2. unable to find class referenced in signature
  3. unable to resolve new-instance

The effect of this causes an error on running my android application on the debugger.

I was using android ADT 15 before now I am updated to 17.

Please help on finding a solution to resolve the issue.

Edit* Forgot to add in The error "java.lang.NoClassDefFoundError". In simple terms it can't find classes or methods the attached jar even though it allows it.

© Stack Overflow or respective owner

Related posts about android

Related posts about jar