I have managed to break my previously working version of the Ionic enviroment. For example: I download the demo project \"sidemenu\" and run \"ionic platform add android\" w
First of all, sorry for my dummy english. I just had the same problem and I fix it changing the target:
# Project target.
target=android-22 (I had set this to android-23)
This should be done in two files:
yourApp/platforms/android/project.properties
yourApp/platforms/android/CordovaLib/project.properties
Also the manifest should be updated: