Android Build Failed "Can't find ..\..\[Project]-debug.apk"

Ok guys, I found what the problem was. The .apk couldn’t be found because it wasn’t created. The reason it wasn’t created was because I am trying to build with target android-19 and I forgot to install the SDK Platform for API-19 through the Android SDK Manager. Now everything is ok. My app is crashing, but I tried it with the platformer template, and it’s working like e charm.