Start a new topic

Stream closed

am added the kinvey jar files to android project its working.... but after build the apk am open the my app and try to login it but am getting "stream closed expection",



my added the progurad to the my project .. at that time its not working, but when am remove thw progurad the app is workin.



But i need the progurad to my app.. any suggest please help me....
1 Comment

Hey,



This is going to depend on which methods you are using in the library, and I would recommend experimenting with the -keep flag in your proguard config. First try setting a -keep for all packages `com.kinvey.*`, and then you can narrow it down depending on which methods you are using in the `com.kinvey.android` package. Note that `com.kinvey.java.*` package will have to be there in it's entirety.
Login or Signup to post a comment