Since the latest SDK version, its much more simple to create applications with multiple dex files ( https://developer.android.com/tools/building/multidex.html ), my question is, can this new feature also be used when I'm not using Gradle for the build process but the "old" Eclipse build chain?
The "multiDexEnabled true" in the Gradle build file must be transmittible to the Android compiler also in other ways?