Frage

I have a project that uses stORM. When i try to open Eclipse downloaded as a Android ADT package. i am getting the following error

enter image description here

Errors occurred during the build.
Errors running builder 'Android Pre Compiler' on project 'stORM'.
java.lang.NullPointerException

I have noticed that if i delete this project from the Workspace Eclipse works fine. Looks like there is some issues with the Annotation Processor of stORM or ADT package.

Any idea how to solve this ?

ADT version

enter image description here

War es hilfreich?

Lösung

I solved this issue upgrading the SDK Manager and ADT to the latest preview versions. See here for more information:

Android Pre Compiler error on 21.0.1 android sdk

Andere Tipps

WORKAROUND

Hi there! I've been getting the exact same error (latest ADT plugin (21.0.1-543035) and Eclipse 4.2.1).

What helps in my case: I turn off annotation processing in "Project Properties/Java Compiler/Annotation Processing", then restart Eclipse, Clean Project, re-enable annotation processing, Build.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top