"With the new ADT plugins, it is the default behavior (to speed up build time) to not generate the .apk on every build..." as said in groups.google:
See http://groups.google.com/group/android-developers/browse_thread/thread/769628c57caa51ad/4cb2c6589995a9a5?pli=1
You can enable automatic dex/apk building in the Eclipse settings: Window -> Preferences -> Android -> Build -> [] Skip packaging and dexing...![enter image description here][1]
you can also [check][2] this question.
[1]: http://i.stack.imgur.com/h9Vcj.png
[2]: https://stackoverflow.com/questions/5989894/could-not-find-apk-in-android
"With the new ADT plugins, it is the default behavior (to speed up
build time) to not generate the .apk on every build..." as said in groups.google:
See http://groups.google.com/group/android-developers/browse_thread/thread/769628c57caa51ad/4cb2c6589995a9a5?pli=1
You can enable automatic dex/apk building in the Eclipse settings:
Window -> Preferences -> Android -> Build -> [] Skip packaging and dexing...
// I tried to reinstall everything before finding this solution....