简体   繁体   English

我的应用程序找不到人行横道依赖性和R文件

[英]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 我已经按照此链接https://crosswalk-project.org/documentation/android/embedding_crosswalk_rvw.html将人行横道嵌入到我的android项目中。当我尝试安装时,我的应用程序崩溃并显示以下错误

 java.lang.NoClassDefFoundError: Failed resolution of: Lorg/xwalk/core/R$string;

我的活动代码看起来像这样

I've double-checked the dependencies from the gradle file. 我已经仔细检查了gradle文件中的依赖项。 Any idea? 任何想法?

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) which i got from this link 我已经在应用程序中将.jar串扰文件导入为模块项目。之后,我尝试了从此链接获取的.aar文件(xwalk_core_library-23.53.589.4.aar)

https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/23.53.589.4/ https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/23.53.589.4/

Not it is working fine 不是,它工作正常

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM