我刚刚从github上获得了这个新项目,并试图在android studio中进行首次编译,并遇到了错误Unable to load class 'com.android.ide.common.process.ProcessExecutor
'。它还可以显示其他一些我尝试过但仍然失败的解决方案。这是完整的错误显示消息
Unable to load class 'com.android.ide.common.process.ProcessExecutor'.
Possible causes for this unexpected error include:<ul><li>Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)</li><li>The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)</li><li>Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.</li></ul>In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes. Any help will be appreciated. Thanks