You must fulfill at least one of these conditions

I’m just begginer to ionic, when I want to add android platform I got this error message:

Would you please help me?

Regards,
Hosein.

Well, you need to do what the error message says: set the ANDROID_HOME environment variable pointing to where you installed the Android SDK.

Which obviously means you need to install the Android SDK first if you don’t have it already.

So, What I have to do now?
@encodedmirko

set below two path and make sure there is minimum sdk19 is available at path

ANDROID_HOME : C:\Program Files\Android\sdk

PATH : %ANDROID_HOME%\tools,%ANDROID_HOME%\platform-tools