I checked everything regarding multidex. Help me out!
Asked
Active
Viewed 122 times
1

Arpit
- 297
- 1
- 5
- 13
-
did you tries your app making multidex – DB377 Dec 14 '18 at 06:52
-
Yes i have added library , enabled mutidex = true in build.gradle also in application class Multidex.install(); – Arpit Dec 14 '18 at 07:01
-
1I'm not an Android developer, but I checked with the team and they suggested you check your proguard configuration. There is an example one on GitHub here: https://github.com/twilio/twilio-chat-demo-android/blob/master/chat-demo-android/proguard-rules.pro – philnash Dec 17 '18 at 06:25
-
Yes , I checked with the sample projects and get to know i have to add some line of code in proguard. Thanks for help. – Arpit Dec 17 '18 at 09:40