When i tried to compile my code in eclipse with ADT, it showed me this error
[2013-12-10 17:55:51 - Android SDK] Warning when loading the SDK:
Warning: Ignoring build-tool 'add-ons': missing file source.properties
[2013-12-10 18:02:33 - Dex Loader] Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
[2013-12-10 18:02:33 - Nasa Daily Image] Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
Why am I getting this error message ?
How to solve that error ?