I'm developing an Android app in which I wanna generate number programmatically for each user. I'm using below (Twilio) dependency in my project.
compile group: 'com.twilio.sdk', name: 'twilio', version: '7.17.0'
When I try to run the app, it gives me following error(See attached image).
Any solution?