请帮我!
这里有错误说:

错误:任务':app:mergeDebugResources'的执行失败.
错误:java.util.concurrent.ExecutionException:com.android.ide.common.process.ProcessException:
我的应用程序是:
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
packagingOptions {
exclude 'META-INF/NOTICE' // will not include NOTICE file
exclude 'META-INF/LICENSE' // will not include LICENSE file
}
defaultConfig {
applicationId "com.aku.ec2ainun.stepondesign"
minSdkVersion 18
targetSdkVersion 25
versionCode 1
versionName "1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
dexOptions {
javaMaxHeapSize "4g"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: …Run Code Online (Sandbox Code Playgroud) 我正在通过 aws-cdk 创建一个 aws-amplify 应用程序,除了它不会自动启动构建之外,一切正常。如果我执行 git commit (我已启用持续部署),它将构建并运行得很好。但是在带有 cdk 部署的新 aws 帐户上,我必须手动启动第一次提交...
默认情况下,即使有一些可用空间(~20px)并且所有选项卡都适合窗格,也会出现下拉菜单。

是否可以在选项卡窗格中隐藏或阻止添加下拉菜单?