Cordova: still getting the error "please install android target 23" with android-23 sdk installed
We need to install all the platform tool for android API version 23. As shown in the image. Also, Need to install all the API Version 23.
Restart your node js command line tool and try again with : cordova build command, it will work now and download the dependent files.
Ok, the problem seems to come from the path of my project. There is some special characters like '-' and if I try to build a cordova App from another folder (with a path without any '-'), everything works great !