I am attempting to recreate a running app I made in iOS for Android to release together I am attempting to integrate parse into the Android app and receive the following error:<
First of all clean and rebuild your project and if the problem still persist, Try adding multiDexEnabled true to your app build.gradle file.
clean
multiDexEnabled true
build.gradle
defaultConfig { multiDexEnabled true }