本文介绍了我的应用程序找不到人行横道依赖性和R文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已点击此链接
我已经仔细检查了gradle文件中的依赖项。知道吗?
解决方案
我已经将.jar串扰文件作为模块项目导入到我的应用程序中。之后,我尝试使用.aar我从此链接获得的文件(xwalk_core_library-23.53.589.4.aar)
不是很好
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?
解决方案
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
Not it is working fine
这篇关于我的应用程序找不到人行横道依赖性和R文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!