I am compiling my Cordova project at https://build.phonegap.com
It is giving me an error message:
Could not resolve all dependencies for configuration ':_debugApkCopy'.
Could not find com.android.support:support-annotations:27.0.2.
Required by:
project : com.facebook.android:facebook-android-sdk:4.30.0 com.facebook.android:facebook-core:4.30.0
Could not find com.android.support:support-core-utils:27.0.2.
Required by:
project : com.facebook.android:facebook-android-sdk:4.30.0 com.facebook.android:facebook-core:4.30.0
Could not find com.android.support:support-v4:27.0.2.
Required by:
project : com.facebook.android:facebook-android-sdk:4.30.0 com.facebook.android:facebook-common:4.30.0
Could not find com.android.support:appcompat-v7:27.0.2.
Required by:
project : com.facebook.android:facebook-android-sdk:4.30.0 com.facebook.android:facebook-common:4.30.0
project : com.facebook.android:facebook-android-sdk:4.30.0 com.facebook.android:facebook-login:4.30.0
Could not find com.android.support:cardview-v7:27.0.2.
Required by:
project : com.facebook.android:facebook-android-sdk:4.30.0 com.facebook.android:facebook-common:4.30.0
Could not find com.android.support:customtabs:27.0.2.
Required by:
project : com.facebook.android:facebook-android-sdk:4.30.0 com.facebook.android:facebook-common:4.30.0
Please help. I am running on MacOS. Thanks.