Very new to Android and trying to install a Android project from an SVN server. I have been able to get this project to work today on an Windows computer, but not on my Mac OS X 10.5.8.
When I run the project, I get the following error
Conversion to Dalvik format failed: Unable to execute dex: java.util.Arrays.copyOfRange I have looked at other solutions for similar problems and have tried:
- Updating Eclipse to the new version through Eclipse->Check for Updates
- Cleaning, Rebuilding and Restarting Eclipse
- Tried deleting the bin & gen folders
- Made sure the build path was correct and the bin folder was not included
Eclipse Version= 3.7.0 The project is using Android 2.2 as minimum sdk
First question so please let me know if I am missing any information