Lai Yu-Hsuan
Lai Yu-Hsuan

Reputation: 28091

Eclipse doesn't mark errors immediately when editing Android project

In my memory, if I type something wrong, Eclipse will mark a error (red cross) at left hand.

But my Eclipse doesn't work so. It marks errors when I press "Run as...".

I look for related setting in preference, but in vain.

This feature works well in Java projects, but not in Android projects.

Upvotes: 1

Views: 387

Answers (1)

aioobe
aioobe

Reputation: 421010

Go to Window / Preferences, select General / Workspace and check Build Automatically.

Upvotes: 1

Related Questions