Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cordova build android : Could not resolve all dependencies for configuration ':_debugApkCopy' #522

Closed
ryakoviv opened this issue Oct 23, 2018 · 1 comment

Comments

@ryakoviv
Copy link

ryakoviv commented Oct 23, 2018

cordova -v
8.1.2 ([email protected])

 cordova platform list
Installed platforms:
  android 6.2.3


cordova build android

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all dependencies for configuration ':_debugApkCopy'.
   > Could not find com.android.support:support-core-ui:27.1.1.
     Searched in the following locations:
         /AppData/Local/Android/Sdk/extras/android/m2repository/com/android/support/support-core-ui/27.1.1/support-core-ui-27.1.1.pom
         /AppData/Local/Android/Sdk/extras/android/m2repository/com/android/support/support-core-ui/27.1.1/support-core-ui-27.1.1.aar
        /App/platforms/android/sdk-manager/com/android/support/support-core-ui/27.1.1/support-core-ui-27.1.1.aar
     Required by:
         project : > com.android.support:support-v4:27.1.1
   > Could not find com.android.support:support-fragment:27.1.1.
     Searched in the following locations:
         /AppData/Local/Android/Sdk/extras/android/m2repository/com/android/support/support-fragment/27.1.1/support-fragment-27.1.1.pom
         /AppData/Local/Android/Sdk/extras/android/m2repository/com/android/support/support-fragment/27.1.1/support-fragment-27.1.1.aar
         /App/platforms/android/sdk-manager/com/android/support/support-fragment/27.1.1/support-fragment-27.1.1.aar
     Required by:
         project : > com.android.support:support-v4:27.1.1
   > Could not find com.android.support:support-annotations:27.1.1.
     Searched in the following locations:
         /AppData/Local/Android/Sdk/extras/android/m2repository/com/android/support/support-annotations/27.1.1/support-annotations-27.1.1.pom
         /AppData/Local/Android/Sdk/extras/android/m2repository/com/android/support/support-annotations/27.1.1/support-annotations-27.1.1.jar
         /App/platforms/android/sdk-manager/com/android/support/support-annotations/27.1.1/support-annotations-27.1.1.jar
     Required by:
         project : > com.android.support:support-v4:27.1.1 > com.android.support:support-compat:27.1.1
         project : > com.android.support:support-v4:27.1.1 > com.android.support:support-media-compat:27.1.1
         project : > com.android.support:support-v4:27.1.1 > com.android.support:support-core-utils:27.1.1
   > Could not find android.arch.lifecycle:runtime:1.1.0.
     Searched in the following locations:
         /AppData/Local/Android/Sdk/extras/android/m2repository/android/arch/lifecycle/runtime/1.1.0/runtime-1.1.0.pom
         /AppData/Local/Android/Sdk/extras/android/m2repository/android/arch/lifecycle/runtime/1.1.0/runtime-1.1.0.aar
        App/platforms/android/sdk-manager/android/arch/lifecycle/runtime/1.1.0/runtime-1.1.0.aar
     Required by:
         project : > com.android.support:support-v4:27.1.1 > com.android.support:support-compat:27.1.1

Everything worked fine yesterday.

@jcesarmobile
Copy link
Member

Probably fixed here
#523

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants