我已经阅读了与此错误相关的所有其他问题,并尝试了他们的解决方案,但没有任何帮助。
这是我的身材。格拉德尔
apply plugin: 'com.android.application'
apply plugin: 'android-apt'
apply plugin: 'io.fabric'
android {
compileSdkVersion 23
buildToolsVersion '23.0.3'
defaultConfig {
applicationId "zebrostudio.wallr100"
minSdkVersion 17
targetSdkVersion 23
renderscriptTargetApi 22
renderscriptSupportModeEnabled true
//apply plugin: 'application'
versionCode 5
versionName "5.0"
multiDexEnabled true
ndk {
abiFilters "armeabi", "armeabi-v7a", "x86", "mips"
}
dexOptions {
preDexLibraries = true
incremental true
javaMaxHeapSize "4g"
}
}
buildTypes {
release {
debuggable false
minifyEnabled true
proguardFiles 'proguard-rules.pro'
}
debug {
minifyEnabled false
proguardFiles 'proguard-rules.pro'
}
}
}
dependencies {
compile project(':library')
compile project(':library:altex')
compile project(':library:ucrop')
compile project(path: ':library')
compile 'com.android.support:recyclerview-v7:23.4.0'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:support-v4:23.4.0'
compile 'com.ogaclejapan.smarttablayout:library:1.6.1@aar'
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.ogaclejapan.smarttablayout:utils-v4:1.6.1@aar'
compile 'com.google.code.gson:gson:2.6.2'
compile 'com.android.support:design:23.4.0'
compile 'jp.wasabeef:recyclerview-animators:2.2.3'
compile 'com.github.clans:fab:1.6.4'
compile 'com.bignerdranch.android:simple-item-decoration:1.0.0'
compile 'de.hdodenhof:circleimageview:2.1.0'
compile 'com.github.chrisbanes:PhotoView:1.3.0'
compile 'com.github.hotchemi:permissionsdispatcher:2.1.3'
apt 'com.github.hotchemi:permissionsdispatcher-processor:2.1.3'
compile 'com.eightbitlab:blurview:1.1.2'
compile 'uk.co.chrisjenx:calligraphy:2.2.0'
compile 'com.google.firebase:firebase-core:10.0.1'
compile 'com.google.firebase:firebase-messaging:10.0.1'
compile 'com.google.firebase:firebase-ads:10.0.1'
compile fileTree(include: ['*.jar'], dir: 'wallr100')
compile 'com.android.support:multidex:1.0.1'
compile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') {
transitive = true;
}
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
compile 'fr.tvbarthel.blurdialogfragment:lib:2.2.0'
compile 'com.afollestad:drag-select-recyclerview:0.3.6'
compile 'com.afollestad:material-cab:0.1.12'
compile project(':lowpoly')
compile 'info.hoang8f:fbutton:1.0.5'
compile project(':librarySecuredPref')
compile 'com.jakewharton:process-phoenix:1.1.0'
compile 'com.github.ybq:Android-SpinKit:1.1.0'
compile 'com.getkeepsafe.taptargetview:taptargetview:1.5.1'
compile project(':librarySearch')
compile 'com.github.recruit-lifestyle:WaveSwipeRefreshLayout:1.6'
compile 'com.google.android.gms:play-services:10.0.1'
}
apply plugin: 'com.google.gms.google-services'
我在Android Studio 2.1.3和Android Studio 2.2.3上试过,我试过卸载jdk,然后重新安装。我已经格式化了窗口并重试,但没有用。
我一直在学习java。lang.OutOfMemoryError:超出GC开销限制错误
我该如何解决这个问题?
另一种解决方案是使用gradle文件。我用gradle克服了这个错误。属性文件。如果项目中没有,则应在项目级创建文件。Gradle默认使用1024m内存。你可以增加到1536m(我做了2048m,因为我有16g内存)。做了那件事之后,我不会再犯错误。
我自己修好了。当我调整我使用的依赖项的数量时,问题就解决了。因此,对于任何面临这个问题的人来说,尽量减少你正在使用的库的数量。
在Android Studio1.5.1只是通过移动源代码从一个系统到另一个即使干净的构建是成功的,但当代码运行我得到这种错误 java.lang.OutOfMemoryError: GC开销限制超过错误:任务': app: dexDebug'执行失败。 我在应用程序中添加了以下代码。格拉德尔还:
我更新了我的Android Studio并尝试运行一个应用程序,但它显示了这样的错误。。 在Android Studio更新之前,同一个应用程序运行良好,所以我试图解决这个问题,我发现只有一个问题是我已经在gradle文件中完成的。。 那么现在我能做些什么来解决这个问题,请帮助我。谢谢
我使用Jmeter将工作负载注入部署在AWS EC2实例上的应用程序。测试必须非常庞大:它持续10个小时,工作负载配置文件具有双峰形状,在5分钟内大约有2600个请求。实际上我有一个m3。部署应用程序的xlarge实例,8 m3。xlarge实例每个实例运行一个jmeter实例。使用python脚本,要注入的工作负载在8个客户机实例之间进行分割,因此在示例中,如果原始工作负载要注入800个请求,那
我得到一个java.lang.OutOfMemoryError:在Android1.4上运行gradle时超过了GC开销限制...以下是我的错误: 这怎么修复呢?
我的Hippo应用程序失败主要是在与我的数据库进行连接时,GC开销超过了限制,有时低于错误。 javax。jcr。RepositoryException:未经检查的异常:java。lang.OutOfMemoryError:Java堆空间 我试图尽可能地清理我的后端。我知道垃圾收集器占用的时间太长,每次运行时恢复的内存很少。所以我需要更新我的堆大小,也可以使用-XX:-usegcoveredlim
在Android Studio的一些更新之后,我无法构建签名的APK,因为它失败了,“超出了GC开销限制”。我试图补充 dexOptions{javaMaxHeapsize"4g"} 但这没用。还有其他解决方法吗?