I added a library for SQL Server then when i tried to compile and debug my app, throw this error
This is my build.gradle file
I've tried a lot of solutions like:
Add multiDexEnabled true in default config
Change Min and Target SDK Version
Add compile 'com.android.support:multidex:1.0.3'
I don't know if it's the library o maybe i changed something but this make me crazy
All help are welcome