You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Set android.home to your Android SDK installation location
# android.home
# Use Android 4.0 by default
#android.version=android-15
# A regex that specifies the valid android versions.
# Note that ant-contrib contains a islessthan condition which is more elegant than what we have below. However, most people don't like to rely on it, so we've opted for regexes here.