AndEngine 类 - 开放声明问题:未找到源
我在 eclipse 中使用 AndEngine(这是一个 2d 物理/平铺引擎) 一切正常,但当我尝试打开类的声明时,我找不到源 我可以更改附加源... 但我也不知道要改变什么...... 有没有办法我可以下载这些课程,以便我可以在我的计算机上查看它们(到目前为止,我一直在谷歌搜索每个课程,这极大地减慢了我的进度)
这是否会发生? 我能以某种方式解决这个问题或者得到一些好的文档吗?
Im working with AndEngine in eclipse (which is a 2d physics/tiling engine)
Everything works fine yet when i try to open declaration to classes I get Source not found
I can Change Attached Source...
but i wouldnt know what to change it too...
is there a way i can download the classes so i can view them on my computer (so far im stuck with googling each class and it slows down my progress immensely)
Is this suppose to be happening?
Can i somehow solve this problem or get my hands on some good documentation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过使用 JD GUI 程序提取 jar 文件解决了该问题。然后我简单地打开声明,然后单击“更改附加源...”并将其指向该文件(该文件仍然是压缩的,如果解压缩它就不起作用)现在一切正常:D
I fixed the problem by extracting the jar file with the JD GUI program. Then i simply opened the declaration and then clicked change attached source... and pointed it to the file (which is still zipped it doesnt work if you unzip it) Everything works well now :D