public class AbstractMethodError
"Thrown when an application tries to call an abstract method. Normally, this error is caught by the compiler; this error can only occur at run time if the definition of some class has incompatibly changed since the currently executing method was last compiled. "
Har du provat att kasta bort alla kompilerade klassfiler och objektkod?
Om inte en total omkompilering fungerar kanske det är någon mismatch i deklartionerna av det underliggande APIet och det egentliga APIet.
(Jag fortsätter med långskott)