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

时间:2016-01-08 08:55:27

标签: android q-municate

我正在尝试使用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)

1 个答案:

答案 0 :(得分:1)

尝试将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