【发布时间】:2014-03-13 11:45:57
【问题描述】:
当我在 Eclipse 中清理和构建 android 项目时,它会删除 bin 文件夹和 gen 文件夹内容并且不重新创建它只是创建空文件夹 gen 和 bin 为什么它会发生我搜索了很多但没有得到类似于这个问题的解决方案。
请帮我解决这个问题。 干净构建后,当我运行我的应用程序时,它会在控制台中显示此消息
.[2014-03-13 17:20:26 - courieryallatracking] Android Launch!
[2014-03-13 17:20:26 - courieryallatracking] adb is running normally.
[2014-03-13 17:20:26 - courieryallatracking] Could not find courieryallatracking.apk!
【问题讨论】:
-
你为什么认为这是个问题?它正在做它应该做的事情。
-
因为在我清理和构建任何 android 应用程序的地方,它会从 gen 和 bin 文件夹中删除内容,并且不会在我的 eclipse ide 中重新创建它
-
有没有人帮帮我。
-
这些将在构建项目时自动生成..
-
not recreate it in my eclipse ide- 你的意思是你看不到你的源代码?或者您的意思是您在 Eclipse 中看不到 gen 和 bin 文件夹?如果您看不到这些文件夹,它们是否存在于磁盘上?