I have uploaded a new release of my app to play store. When my clients tries to update to the newer version they get the following
com.rio.g.l; Incompatible class (SUID): com.rio.g.l: static final long serialVersionUID =5129006085660760312L; but expected com.rio.g.l: static final long serialVersionUID =0L;
When I install the same apk file via adb, it is working fine. Why does this error occur? How can I solve this error in the play store?