I\'m having a problem trying to run an Android app which, up until adding a second external library to its build path, was working fine. Since having added the scoreninja ja
Acutally you have reached the infamous 64k limit issue, you need to enable multidex.
This is how you do it. https://developer.android.com/tools/building/multidex.html