验证启动 FlurryAgent 时出错
我的 FlurryAgent.onStartSession()
方法有问题。当我启动我的应用程序时,它返回一个 java.lang.VerifyError
。这个应用程序是使用 android 2.3 开发的,我在其中添加了一个项目。该项目包含 FlurryAgent.jar。当我的应用需要运行 FlurryAgent.onStartSession()
时,它会返回 VerifyError
。
我仅在使用 1.6 设备或模拟器启动它时遇到此问题。
你有什么想法吗?
I have a problem with the FlurryAgent.onStartSession()
method. It's returns a java.lang.VerifyError
when I launch my app. This app is developed using android 2.3 and I have a project added into it. This project contains the FlurryAgent.jar. When my app needs to run FlurryAgent.onStartSession()
it returns a VerifyError
.
I only have this problem when I launch it using a 1.6 device or emulator.
Do you have any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经解决了这个问题。谢谢。
主要问题是 FlurryAgent.jar 位于添加的项目中,但不在主项目中。在1.6平台中,如果FlurryAgent.jar方法没有进入主项目,我就无法引用它。
I have resolved this problem. Thanks.
The main problem was that the FlurryAgent.jar was in the added project but not in the main project. In the 1.6 platform I can't to reference the FlurryAgent.jar methods if it wasn't into the main project.