原文:The source attachment does not contain the source for the file Activity.class

最近利用Eclipse写android程序,在debug时,总是提示The source attachment does not contain the source for the file Activity.class. 在网上查了很多,最靠谱的说法是代码没有与文件关联,解决的办法在这 个blog上写了http: blog.csdn.net xinzheng wang article det ...

2013-06-07 14:45 2 4085 推荐指数:

查看详情

The JAR file XXX has no source attachment问题(Eclipse)

学习过程中查看源码遇到The JAR file XXX has no source attachment的问题后我的解决办法是下载一个Java Source Attacher这个插件。这个插件自动帮你附加源代码,就不用了手动附加。 一、下载插件 1.下载地址:http ...

Thu Aug 08 05:31:00 CST 2019 0 1371
library source does not match the bytecode for class

在IDEA中阅读代码时,时常会跟踪到jar包源码层面,会点击Download Sources,源码包就会被下载到idea中 但是当pom.xml引入了新的版本,此时,再次阅读源码时,就会提示”library source does not match the bytecode ...

Fri Nov 27 01:34:00 CST 2020 1 2210
Activity class {****} does not exist

在编译运行apk时这种错误 1、首先是检查这个MainActivity.java是不是真的存在,且包名和路径无误; 2. 如果文件存在,且包名和路径没有问题,那么就打开你项目所在的/android ...

Wed Jan 15 02:31:00 CST 2020 0 1398
DEBUG时候source does not match the bytecode

出现这个提示的话,在class文件的首行一般会有decompiled.class file bytecode version:52.0(java 6)这句提示。 先检查一下maven的jar包里面,如果没有问题,就点击该提示的download source。可以消除这句source does ...

Sat Jan 18 18:43:00 CST 2020 0 892
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM