Android 在其他计算机上打开项目后出现Dex错误

Android 在其他计算机上打开项目后出现Dex错误,android,android-studio,dex,Android,Android Studio,Dex,我已经将我的android studio项目复制到另一台计算机上,并安装了一个新的android studio副本。然后我打开我的项目,尝试运行时出现以下错误: * What went wrong: Execution failed for task ':app:preDexDebug'. > com.android.ide.common.internal.LoggedErrorException: Failed to run command: C:\Users\user1\App

我已经将我的android studio项目复制到另一台计算机上,并安装了一个新的android studio副本。然后我打开我的项目,尝试运行时出现以下错误:

* What went wrong:
Execution failed for task ':app:preDexDebug'.
> com.android.ide.common.internal.LoggedErrorException: Failed to run command:
    C:\Users\user1\AppData\Local\Android\Sdk\build-tools\21.1.2\dx.bat --dex --force-jumbo --output D:\tfs\TicRetail\Android-androidStudio\app1\app\build\intermediates\pre-dexed\debug\ksoap2-android-assembly-3.3.0-jar-with-dependencies-529bf9ff78c48d88b8ff9d314fce08b41c252434.jar D:\tfs\TicRetail\Android-androidStudio\app1\app\build\intermediates\exploded-aar\app1\pj1\unspecified\libs\ksoap2-android-assembly-3.3.0-jar-with-dependencies.jar
Error Code:
    255
Output:
    The system cannot find the file specified.
我尝试过清理项目和重建,但似乎不起作用


知道原因是什么吗?

您的ksoap2-android-assembly-3.3.0-jar引用未找到。我的ksoap2-android-assembly-3.3.0-jar与以前在libs中的目录相同,应该没有问题:/I尝试删除nad重新安装(包括sdk)没有区别,我也无法打开sdk管理器。