android - 更改 Eclipse 的默认输出 bin 文件夹

标签 android eclipse

默认情况下,Eclipse 将二进制文件放在“项目文件夹/bin/”中。我想让 Eclipse 将生成的二进制文件等放在另一个文件夹中(在项目文件夹之外)。从事 Android 开发。

最佳答案

您可以更改 Java 项目的“输出文件夹”(默认为 bin)(参见“How do I change a Java project's bin folder in Eclipse?”)

但对于Android项目,如“Can't change default output folder”中所述,您还需要修改build.properties
这可能很危险,as commented :

Just to note that changing the output folders doesn't work when dealing with library projects - there's part of the Ant script that is hardcoded to look in the bin folder of libs anyway.

所以也许使用 exclude option Dropbox 在这里更可取?

关于android - 更改 Eclipse 的默认输出 bin 文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13122763/

相关文章:

linux - 在 Linux 上将 Google Plugin for Eclipse 安装到/opt 时出错

android - 由意外的 DEX 解析的类;

android - 相当于 Android Studio 中的 Clean & build?

php - 使用android php json远程连接mysql数据库?

java - 如何使用 Spring 使用 Maven Java 元素链接到外部 css 样式表

java - 有什么方法可以在 Eclipse 中获得类似 IntelliJ 的自动完成功能?

java - Dalvik VM 错误 : Exception found "Javax.xml.namespace.QName.class"

eclipse - 自定义环绕的缩写

android - 使用定时器重复 IntentService - 是否可取?

android - 如何将 android xml 资源关联到 Eclipse 中的默认编辑器?