My app not able to find a crosswalk dependency and R file
问题 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? 回答1: I have imported .jar crosstalk file as module project in my app.after that I have tried with .aar file(xwalk_core_library-23.53.589.4.aar)