I have exceeded the 65k method limit, by importing an external library. I have enabled ProGuard, but still get the same error.
[2015-01-12 15:13:39 - Dex Loader]
Using the SDK Manager I have installed 'Android Support Repository' Rev. 11
That is for developers using Android Studio or other tools that use Gradle for Android. Its contents will not be presently used by standard Eclipse.
According to the Official Google Documentation, this jar should be located /extras/android/support/multidex/
Try one of these:
Follow the instructions for adding a support library with resources, using
Copy the
JAR into your project's libs/
directory (since the aforementioned Android library project seems to only contain this JAR and nothing else)
Do not do both. Do one or the other.
UPDATE
Here is a screenshot of my
, showing multidex/
right where the docs say it should be: