Eclipse 构建位置
在哪里可以更改在 Eclipse 中构建 applicationname.apk (Android) 的位置?默认情况下它位于 /bin
目录中,但我如何更改它?
我需要这个,因为我想与使用 Ubuntu One 的朋友自动共享 .apk
文件,但我不想同步该目录中的其他文件。
Where can I change the place where my applicationname.apk (Android) will be built in Eclipse? By default it is in the /bin
directory, but how could I change this?
I need this because I want to share the .apk
file automatically with my friends using Ubuntu One, but I don't want to synchronize the other files in that directory.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Eclipse 中右键单击您的项目并选择“属性”。将打开一个窗口,现在选择 在左侧有几个选项,选择 Java 构建路径。选择 Java 构建路径后,您需要选择选项卡源,并在底部选择默认输出文件夹。默认是 bin
In eclipse right click on your project and choose Properties. A window will open, now choose In the left you have several options choose Java Build Path. After choose Java Build path you need to select the tab source and in the bottom choose your default output folder. By default it's bin