I have followed the getting started instructions
http://code.google.com/p/acra/wiki/BasicSetup and been successful up
to:
Above the declaration of the MyApplication class, add the
@ReportsCrashes annotation with your Google Docs formKey as a
parameter.
At this point, I have the imports working:
import org.acra.*;
import org.acra.annotation.*;
but I get an error on @ReportsCrashes(formKey = "My Google Doc Key
Here")
stating "ReportsCrashes cannot be resolved to a type" as well as "The
attribute formKey is undefined for the annotation type ReportsCrashes"
What I have done differently from the guide up to this point is that
the application subclass is not in the package root; instead it was
integrated into an existing application subclass in a package with a
few other classes. I can't, however, see why that would make a
difference,
I have also tried downloading and copying a fresh .jar file into the
lib folder just in case the original file had been corrupted in the
download.
Any ideas?
Michael