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
I'm getting this error when I try and build with this plugin in an Ionic App.
Error: cmd: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring root project 'android'.
Could not resolve all dependencies for configuration ':_debugCompile'.
Could not find any version that matches com.android.support:support-v4:23.+
.
Versions that do not match:
24.1.1
24.1.0
24.0.0
22.2.0
22.1.0
+ 10 more
Searched in the following locations: https://repo1.maven.org/maven2/com/android/support/support-v4/maven-met
adata.xml https://repo1.maven.org/maven2/com/android/support/support-v4/ https://jcenter.bintray.com/com/android/support/support-v4/maven-metada
ta.xml
file:/C:/Users/Ben/AppData/Local/Android/sdk/extras/android/m2repositor
y/com/android/support/support-v4/maven-metadata.xml
file:/C:/Users/Ben/AppData/Local/Android/sdk/extras/google/m2repository
/com/android/support/support-v4/maven-metadata.xml
file:/C:/Users/Ben/AppData/Local/Android/sdk/extras/google/m2repository
/com/android/support/support-v4/
Required by:
:android:unspecified
Could not find any version that matches com.android.support:appcompat-v7:23
.+.
Versions that do not match:
24.1.1
24.1.0
24.0.0
22.2.0
22.1.0
+ 9 more
Searched in the following locations: https://repo1.maven.org/maven2/com/android/support/appcompat-v7/maven-m
etadata.xml https://repo1.maven.org/maven2/com/android/support/appcompat-v7/ https://jcenter.bintray.com/com/android/support/appcompat-v7/maven-meta
data.xml
file:/C:/Users/Ben/AppData/Local/Android/sdk/extras/android/m2repositor
y/com/android/support/appcompat-v7/maven-metadata.xml
file:/C:/Users/Ben/AppData/Local/Android/sdk/extras/google/m2repository
/com/android/support/appcompat-v7/maven-metadata.xml
file:/C:/Users/Ben/AppData/Local/Android/sdk/extras/google/m2repository
/com/android/support/appcompat-v7/
Required by:
:android:unspecified
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
I've been having a good look round for solutions, which mostly seem to be updating libraries in the Android SDK.
I've added all the libraries and repositories suggested - to no avail.
Has anyone else seen this/can help me work out what's missing?
The text was updated successfully, but these errors were encountered:
I'm getting this error when I try and build with this plugin in an Ionic App.
I've been having a good look round for solutions, which mostly seem to be updating libraries in the Android SDK.
I've added all the libraries and repositories suggested - to no avail.
Has anyone else seen this/can help me work out what's missing?
The text was updated successfully, but these errors were encountered: