Error:Execution failed for task ':app:processAnzhiDebugAndroidTestResources'. > No slave process to process jobs, aborting

环境

Android Studio 3.0

错误

Error:Execution failed for task ':app:processAnzhiDebugAndroidTestResources'.
> No slave process to process jobs, aborting

解决

if you using external library ..add tools:node="replace" inside application tag:

<application
android:name="ep.pathtec.authentication.PathTec"
android:allowBackup="true"
android:allowClearUserData="false"
android:debuggable="false"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:manageSpaceActivity=".ManageSpaceActivity"

tools:node="replace">

猜你喜欢

转载自www.cnblogs.com/lifan1998/p/9220905.html
今日推荐