English 中文(简体)
Eclipse和Antre之间的分歧建立在安的基础之上。
原标题:Differences between Eclipse and Ant build on Android

我有一个利用iText图书馆生成PDF的roid子。 申请按预期汇编和操作,同时使用Eclipse建造和包装 a。 我现在试图利用ant来完成我的释放工作,并出于某种原因,无法找到 j。 搜索途径中的图像

仅供参考的是,未成功的具体的APIC:

[javac] class file for java.awt.Image not found
[javac] com.itextpdf.text.Image image = com.itextpdf.text.Image.getInstance(photo.getPhotoPath());

如果我已经用剪辑了这些班子,我可以把指挥系统包起来。 并不真正有用,但行之有效

ant debug

因此,我的问题是这样,我如何确定单壳建筑是如何找到的。 图像类别,以便添加到ant楼。

问题回答

在ec点击项目和大片; 房地产和大gt建路中,它包含所有 class片使用的环境。

另一种方式是管理指挥系统,为你的项目创建建筑文字(详细内容:

android update <project-name> -p .

这将产生 build,现在比较和看你错失的东西。

此前我曾有过这个问题,只是更新了你的java jdk。





相关问题
In Eclipse, why doesn t "Show In" appear for non-Java files?

If I have a *java file open, I can right click on the source, scroll down to "Show In (Alt-Shift-W)", and select Navigator. If I have an *xml, *jsp, or pretty much anything besides a Java source ...

Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with ...

Adding jar from Eclipse plugin runtime tab

I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the Add... button, I can see only sub-directories of the plugin project. So if I want to add same .jar file to ...

How to copy multiple projects into single folder in eclipse

I have two projects, Project1 and Project2. Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below. Eclipse Workspace -> Project -> ...

Java: Finding out what is using all the memory

I have a java application that runs out of memory, but I have no idea which code is allocating the memory. Is there an application with which I can check this? I use Eclipse.

热门标签