q-municate-android(系统找不到指定的路径)

q-municate-android (The system cannot find the path specified)

我正在尝试使用来自 GitHub 的 q-municate-android 项目。当我清理项目时,出现以下错误:

Error:Execution failed for task ':Q- municate_core:transformNative_libsWithSyncJniLibsForRelease'.
 > java.io.FileNotFoundException: C:\Users\user\Desktop\Newfolder\QuickBlox\q-municate-android-master\q-municate-android-master\Q-municate_core\build\intermediates\bundles\release\jni\lib\arm64-v8a\libjingle_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)

尝试将 gradle 版本更改为 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)