我正在尝试使用GitHub中的q-communicate-android项目。当我清理项目时,我得到以下错误:
Error:Execution failed for task ':Q- municate_core:transformNative_libsWithSyncJniLibsForRelease'.
> java.io.FileNotFoundException: C:UsersuserDesktopNewfolderQuickBloxq-municate-android-masterq-municate-android-masterQ-municate_corebuildintermediatesbundlesreleasejnilibarm64-v8alibjingle_peerconnection_so.so (The system cannot find the path specified)
我使用的是Windows 10和Android Studio 1.5.1
错误为:libjingle_peerconnection_so.so (The system cannot find the path specified)
尝试将渐变版本更改为1.3.1。显然问题出在gradle(2.x)的后期版本上
或者,更长的方法是:
1) 从jar文件中解压缩本机库。然后删除jar文件。
2) 将解压缩的lib/<jingle>
文件夹移动到src/main/jniLibs/<jingle>
(https://code.google.com/p/android/issues/detail?id=193063)