简体   繁体   English

错误源附件不包含文件parse.class的源

[英]Error source attachment does not contain the source for the file parse.class

I've encountered the above error when i try to access parse. 当我尝试访问解析时遇到了以上错误。 I've imported the relevant JAR files into my project. 我已经将相关的JAR文件导入了我的项目。 Does anyone know what could be the issue? 有谁知道可能是什么问题?

I think that this stackoverflow thread is related with your question. 我认为这个stackoverflow线程与您的问题有关。

This usually means that you are unable to access the source code whose bytecode is being called. 这通常意味着您无法访问正在调用其字节码的源代码。 .... ....

Your option is to update the .jar file by updating your Android SDK with correct Rev's and let it compile again to fix the issue. 您的选择是通过使用正确的Rev更新Android SDK来更新.jar文件,并使其再次编译以解决此问题。

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

相关问题 源附件不包含文件MenuInflater.class的源 - Source attachment does not contain the source for the file MenuInflater.class 源附件不包含文件 Throwables.class 的源 - the source attachment does not contain the source for the file Throwables.class 源附件不包含文件JSON.class的源 - The source attachment does not contain the source for the file JSON.class 源附件不包含文件logger.class的源 - The source attachment does not contain the source for the file logger.class 源附件不包含文件 PApplet.class 的源 - The source attachment does not contain the source for the file PApplet.class GWT webappcreator创建Maven项目:源附件不包含文件URLClassPath.class的源 - GWT webappcreator creating a Maven project: the source attachment does not contain the source for the file URLClassPath.class 错误:不包含Thread.class的源-类文件编辑器 - ERROR: Does not contain source for Thread.class - Class File Editor Java错误:源文件错误:文件不包含类 - Java Error: bad source file: file does not contain class KSOAP2错误不包含文件HttpTransport.class的源 - KSOAP2 error does not contain source for the file HttpTransport.class Java 错误 - 错误的源文件:文件不包含类 x 。 请删除或确保它出现 - Java error - bad source file: file does not contain class x . Please remove or make sure it appears
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM