java.lang.ClassNotFoundException: Didn't find class

独自空忆成欢 提交于 2019-12-02 07:25:52

solved!

the problem happened because .MonitoraGPS was in a different package... so i just added the package name before .MonitoraGPS in the manifest and it worked!

ShuMin Yao

It's no that.

  1. Make sure your package-name is correct in anywhere (the java files, the xml files, AndroidManifest files...).
  2. Right click on the project; goto Build Path --> Configure Build Path --> Java Build Path --> Order and Export. Then uncheck Android Dependencies and check all third-party .jar, if you have any.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!