Ionic build not adding build.xml

I am running IONIC build but its not building my app out anymore even though it says successful. I have created a new project I have removed and added the platforms again and its still not working it wont build the ant stuff.

its adding the apk into this folder /platforms/android/build/outputs/apk/android-debug.apk which is wrong

Cordova CLI: 5.1.1
Ionic Version: 1.0.1
Ionic CLI Version: 1.6.4
Ionic App Lib Version: 0.3.8
ios-deploy version: Not installed
ios-sim version: 4.1.1
OS: Mac OS X Yosemite
Node Version: v0.12.2
Xcode version: Xcode 6.4 Build version 6E35b

How can a build say its succesful when you claim it isn’t?
Using the ionic build (platform) you only generate the required files to install the app.
Possibly, you are looking for the ionic run (platform), which deploys the project on an emulator or real device.

If you go into your platforms under android after you build the project you will see a ant build folder where you can get your debug APK for testing. But those folders are not being generated. So Let me rephrase this my build is not completing everything. It also doenst generate the build.xml file.

And your absolutely certain that the command line doesn’t output any errors or warnings?

NO errors. I have other project that are still building fine its just this one.

:processDebugResourceswarning: string ‘menu_settings’ has no default translation
:CordovaLib:compileReleaseJavaNote: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:CordovaLib:compileDebugJavaNote: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

UPDATE I JUST GO THOSE

I have also updated folder permissions and still nothing