草庐IT

speculative-execution

全部标签

android - 错误 :Execution failed for task ':app:transformClassesWithDexForDebug' in android studio

我正在将我的项目从eclipse转移到AndroidStudio。在运行我的一个应用程序时,我收到以下错误。无法找到任何解决方案。我也启用了multidex。Error:Executionfailedfortask':app:transformClassesWithDexForDebug'.com.android.build.api.transform.TransformException:java.lang.RuntimeException:com.android.ide.common.process.ProcessException:java.util.concurrent.Exe

android - 错误 :Execution failed for task ':app:transformClassesWithInstantRunSlicerForDebug' . > java.io.IOException:

每当我尝试运行我的应用程序时,我都会收到此错误:错误:任务执行失败:app:transformClassesWithInstantRunSlicerForDebug'.java.io.IOException:FailedtodeleteC:\Users\ashis\AndroidStudioProjects\FirstApp\app\build\intermediates\instant-run-support\debug\restart-changes.txt**这是输出:信息:Gradle任务[:app:assembleDebug]:app:preBuildUP-TO-DATE:a

android - 错误 :Execution failed for task ':app:transformClassesWithJarMergingForDebug'

美好的一天。在AndroidStudio中更新google存储库后,我有一个问题>Error:Executionfailedfortask':app:transformClassesWithJarMergingForDebug'.>com.android.build.transform.api.TransformException:java.util.zip.ZipException:duplicateentry:>android/support/v7/cardview/BuildConfig.class我试图从播放服务中排除组android.support,它没有帮助。当我在另一台P

android - Gradle 错误 : could not execute build using gradle distribution

我将AndroidStudio更新到0.2.7版本后,出现以下错误:org.gradle.tooling.GradleConnectionException:CouldnotexecutebuildusingGradledistribution'http://services.gradle.org/distributions/gradle-1.6-bin.zip'.:CouldnotexecutebuildusingGradledistribution'http://services.gradle.org/distributions/gradle-1.6-bin.zip'.这是我的bu

android - 在 Android L. 上运行 native 库错误 : only position independent executables (PIE) are supported

当我在AndroidL(Nexus5)上运行native代码时,出现错误。error:onlypositionindependentexecutables(PIE)aresupported.相同的代码在我的三星GalaxyS3(Android4.3)上正确执行。这是我的Application.mkAPP_PROJECT_PATH:=$(callmy-dir)/..APP_ABI:=armeabiNDK_TOOLCHAIN_VERSION:=4.7APP_PLATFORM:=android-9APP_GNUSTL_FORCE_CPP_FEATURES:=exceptionsrtti但是,

android - 错误 :Execution failed for task ':ProjectName:mergeDebugResources' . > Crunching Cruncher *some file* 失败,请参阅日志

我在尝试制作项目模块时遇到此错误applyplugin:'com.android.library'android{compileSdkVersion17buildToolsVersion"19.1.0"defaultConfig{minSdkVersion8targetSdkVersion8}buildTypes{release{minifyEnabledfalseproguardFilesgetDefaultProguardFile('proguard-android.txt'),'proguard-rules.txt'}}}dependencies{compilefiles('li

c++ - 在 clion 中编译时出现错误 "executable is not specified"

我正在使用MacOS并尝试在Clion中编写c++代码,但是当我运行简单的helloworld代码时,我收到错误executableisnotspecified。我是Clion的新手。Cmakelist.txtcmake_minimum_required(VERSION3.2)project(untitled)set(CMAKE_CXX_FLAGS"${CMAKE_CXX_FLAGS}-std=c++11")set(SOURCE_FILESmain.cpp)add_executable(untitled${SOURCE_FILES}) 最佳答案

linux - OpenShift: Node 应用程序上的 "Failed to execute control start"

我提前意识到这是一个模糊的问题,但我不知道我还能在这里尝试什么......我一直在处理其他SO问题并遵循他们的建议,但到目前为止还没有解决我的问题。这是我遇到的具体错误。StoppingNodeJScartridgeFriJul10201510:36:28GMT-0400(EDT):Stoppingapplication'appname'...FriJul10201510:36:29GMT-0400(EDT):StoppedNodeapplication'appname'StartingNodeJScartridgeFriJul10201510:36:30GMT-0400(EDT):S

node.js - 找不到 Python 可执行文件 "/path/to/executable/python2.7",您可以设置 PYTHON 环境变量

bufferutil@1.2.1install/home/sudthenerd/polymer-starter-kit-1.2.1/node_modules/bufferutil>node-gyprebuildgypERR!configureerrorgypERR!stackError:Can'tfindPythonexecutable"/path/to/executable/python2.7",youcansetthePYTHONenvvariable.gypERR!stackatfailNoPython(/usr/lib/node_modules/npm/node_modules

node.js - 错误 : The path to the driver executable must be set by the webdriver. chrome.driver 系统属性

我正在尝试node.jsseleniumwebdriverexample...varwebdriver=require('selenium-webdriver');vardriver=newwebdriver.Builder().usingServer('http://localhost:4444/wd/hub').withCapabilities(webdriver.Capabilities.chrome()).build();driver.get('http://www.google.com');driver.findElement(webdriver.By.name('q')).