yaxim-org / yaxim

yaxim - a lean XMPP/Jabber client for Android
https://yaxim.org
GNU General Public License v3.0
486 stars 238 forks source link

your application is not working configured android Studio. #218

Closed ddpatel2606 closed 6 years ago

ddpatel2606 commented 6 years ago

I have try hard to implement chat app in android studio using your code but not able to do that.

I am not able to configure ParcelablePresence.aidl file it gives always error.

Kindly, Suggest some help

Thanks

ge0rg commented 6 years ago

Please provide a copy&paste / screenshot of the exact error you have.

The build process requires an old AndroidStudio / gradle 3.3, and I haven't upgraded it yet.

ge0rg commented 6 years ago

Which of those is the error? :grin:

ddpatel2606 commented 6 years ago

I am using

Android Studio 3.1.3 Gradle : 4.4 , Android plugin version : 3.1.3

screenshot from 2018-07-19 16-49-45

Not able to configure ParcelablePresence type cast

ge0rg commented 6 years ago

You are trying to import the wrong class. Correct is org.yaxim.androidclient.service.ParcelablePresence.

ddpatel2606 commented 6 years ago

yes I have resolved issue,

thanks for your support.