【发布时间】:2013-10-16 17:38:07
【问题描述】:
我在我的应用程序中使用了flurry sdk,在添加这个flurry jar 文件之前,它运行良好,没有任何错误。在 libs 文件夹中添加 flurry jar 文件后,当我在 Eclipse 中编译应用程序时出现此错误。
trouble writing output: Too many methods: 70205; max is 65536. By package:
5 android.accessibilityservice
1 android.animation
2 android.annotation
315 android.app
136 android.content
28 android.content.pm
47 android.content.res
35 android.database
14 android.database.sqlite
8 android.gesture
113 android.graphics
44 android.graphics.drawable
1 android.graphics.drawable.shapes
11 android.location
27 android.media
40 android.net
1 android.net.http
1 android.net.wifi
96 android.os
[2013-03-04 16:42:13 - myapp] Conversion to Dalvik format failed with error 2
我知道如何解决error 1,但这是我无法解决的新错误。我搜索了很多没有得到任何解决方案。
当我删除这个 jar 文件时,它工作正常。如果它在库中无法运行应用程序。 为什么我收到这个错误。?这个有什么解决办法..
【问题讨论】:
-
只需清理并刷新您的项目
-
我做了很多次,但没有用..
-
antew.com/?p=143查看此内容以供参考
标签: android runtime-error