I have followed this link https://crosswalk-project.org/documentation/android/embedding_crosswalk_rvw.html to embed crosswalk in my android project.When I try to install,my app is crashing with below er
java.lang.NoClassDefFoundError: Failed resolution of: Lorg/xwalk/core/R$string;
I've double-checked the dependencies from the gradle file. Any idea?