I downloaded Android's Browser project (from git) and imported it to Eclipse. I cannot build it however because of the following error:
The type java.lang.Enum cannot be resolved. It is indirectly referenced from required .class files
Now... this is a development environment that has been working very well for other projects:
- Windows 7 Ultimate 64-bit.
- JDK 64-bit (jdk-6u23-windows-x64.exe installed.)
- Eclipse Classic 3.6 64-bit (eclipse-SDK-3.6.1-win32-x86_64.zip)
- Android 2.3 SDK Starter Package
So I am not sure where the problem could lie.
How do I solve this?