相关疑难解决方法(0)

Android Studio Gradle问题:OutOfMemoryError:PermGen空间

经过几个小时的斗争,从Eclipse导入的旧项目使用Gradle并进入Android Studio v0.1.3 ...我现在所能实现的是我可以在命令行上实际构建,但是当我做Build时/ Studio中重建项目我得到:

Gradle: 

FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':EpicMix'.
> Failed to notify project evaluation listener.
   > A problem occurred configuring project ':facebook'.
      > Failed to notify project evaluation listener.
         > java.lang.OutOfMemoryError: PermGen space
Run Code Online (Sandbox Code Playgroud)

这不是一个巨大的项目,有一些小的子项目(包括Facebook),所以我不认为它真的是内存.我只是想不通这是什么......

android gradle android-studio

67
推荐指数
4
解决办法
4万
查看次数

标签 统计

android ×1

android-studio ×1

gradle ×1