简体   繁体   English

ADT:运行带有libs文件夹中的库的项目时,达到了GC开销限制

[英]ADT: GC overhead limit reached when running project with libraries in libs folder

I have a problem with ADT, I get the error: 我的ADT有问题,出现错误:

Unable to execute dex: GC overhead limit exceeded
GC overhead limit exceeded

When trying to run my project if the libraries are placed in the libs folder but if I place them in another place for example on the Desktop and then import them as external jars I dont get the error/crash. 尝试运行我的项目时,如果将库放置在libs文件夹中,但是如果将它们放置在例如桌面上的其他位置,然后将它们作为外部jar导入,则不会出现错误/崩溃。

How can I make it runnable with the libraries in the libs folder? 如何使它与libs文件夹中的库一起运行?

我收到此错误的原因是因为包含的库超出了DVM的方法数量限制。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM