Import org.acra.* into android project gives error.

丶灬走出姿态 提交于 2019-12-24 18:00:20

问题


I want to add ACRA into android project. I do the steps according to the link: http://code.google.com/p/acra/wiki/BasicSetup

I added jar file to the lib folder in the project and I added it to build. But when I try to add some ACRA's rows in the java code like

import org.acra.*

or

ACRA.init(this);

I receive the errors in Eclipse. So, how can I remove this errors? Thanks.


回答1:


Re-add the jar file again and a Project->Clean should take care of it.



来源:https://stackoverflow.com/questions/8702396/import-org-acra-into-android-project-gives-error

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!