jefflinwood / twilio_client_phonegap

Phonegap plugins for the Twilio Client iOS and Android SDKs
MIT License
59 stars 53 forks source link

Crashing on incoming call #35

Closed onigetoc closed 8 years ago

onigetoc commented 9 years ago

I successefully installed the Twilio client phonegap. I can do call but It crash on incoming call in Android Studio and in the app on Android.

I checked the log, and when it crash i have no message.

Also, status message update on call and on end call but not on ready.

onigetoc commented 9 years ago

I'm using the latest Twilio Client Android library https://www.twilio.com/docs/client/android

The status message are ok now but the app still crash on incoming call.

ari3l commented 8 years ago

I had the same issue the other day. The solution for me was to put ALL of the files from the lib folder of the Twilio SDK in the lib folder of your android project.

jefflinwood commented 8 years ago

Thanks @ari3l - I was unable to replicate this myself, and if you don't use all of the libraries, you'll definitely see a crash. I'll close this issue.