Error: Please install Android target: "android-23".
ionic build android if it throws up Error: Please install Android target: "android-23".
Fixes -
1.Figure what version of the android Platform you have installed by running ‘android’ provided your PATH and ANDROID_HOME is set.Update to the latest available Platform SDK.
Check if you can see API 23
If Yes then select it and update.
If No then rm -rf /Users/username/.gradle/
Run android again and you should see the latest versions available to update.













