How to send SMS using Twilio in my android application?

后端 未结 6 1786
既然无缘
既然无缘 2020-12-08 17:15

In my android application I have created one button, when I had pressed on the button I want to send message.So for that I have created one java class and written twilio cod

6条回答
  •  孤城傲影
    2020-12-08 18:04

    Twilio Java SDK has third party dependencies without them it is not going to work. The dependencies are: 1. Httpcore 2. Httpclient 3. Commons lang 4. Json simple 5. Jackson Not quite sure if you need them all, but at least now you are missing httpcore

提交回复
热议问题