Android support multidex library implementation
I have hit the magic dex limit because my application uses a lot of jars (drive API, greendao, text to pdf, support.. ). My current solution was that I literally created a second apk just for google drive which I called from the main apk. But now I found out that android finally supports this with this library. My problem is just that I don't know how to implement it(preferably without gradle). I can't find any good tutorials for it. Okey I am losing my mind trying to implement this... I have found this And I added: android:name="android.support.multidex.MultiDexApplication" To my manifest