且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

内存不足错误:Android Studio 上的 Java 堆内存

更新时间:2022-12-31 08:06:17

我终于通过在 gradle 依赖中限制 Google Play 服务解决了这个问题.

I've finally solved it by limiting the Google Play service in gradle dependency.

然而,问题是由 Google Play 服务引起的,只需将其更改为特定库即可解决.

The problem however was caused by the Google Play service, and by simply change it to a specific library, it is now solved.

 com.google.android.gms:play-services-base:6.5.87

更新

有关安卓指南