ionic cordova build android
I got this error
ERROR running one or more of the platforms: Android SDK not found. Make sure that it is installed. If it is not at the default location, set the ANDROID_HOME environment variable. You may not have the required environment or OS to run this project
I had the ANDROID_HOME environment variable in the correct path.
My cordova version is 6.0.0
My android sdk tools version is 26.1.1
Thanks