Closed karishmapujara closed 5 years ago
Thanks for inquiring. Unfortunately this issue tracker is for reporting bugs against the samples only. For general help, I suggest using Stack Overflow.
You may also want to check out the suggested proguard configs for the API client library at https://developers.google.com/api-client-library/java/google-http-java-client/setup#proguard as well as details on enabling multidex support for your app at https://developer.android.com/studio/build/multidex
Hello
I am receiving this error
Cannot fit requested classes in a single dex file (# methods: 79349 > 65536)
Here is my dependencies list
*dependencies { implementation fileTree(include: ['.jar'], dir: 'libs') implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support:design:28.0.0' implementation 'com.google.android.gms:play-services-auth:16.0.1' implementation 'com.google.android.gms:play-services-ads:17.1.2' implementation 'com.google.firebase:firebase-core:16.0.6' implementation 'com.google.http-client:google-http-client-gson:1.26.0' implementation('com.google.api-client:google-api-client-android:1.26.0') { exclude group: 'org.apache.httpcomponents' } implementation('com.google.apis:google-api-services-drive:v3-rev136-1.25.0') { exclude group: 'org.apache.httpcomponents' } testImplementation 'junit:junit:4.12' }**
So what can I do?