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
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
Could not resolve all files for configuration ':app:debugCompileClasspath'. > Could not find support-core-ui.aar (com.android.support:support-core-ui:25.4.0).
#32
Open
mawahidvga opened this issue
Jul 26, 2018
· 2 comments
BUILD FAILED in 40s
at ChildProcess.whenDone (C:\Users\aa\bb\platforms\android\cordova\node_modules\cordova-common\src\superspawn.js:169:23)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:925:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
(node:1144) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:1144) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered:
mawahidvga
changed the title
Could not resolve all files for configuration ':app:debugCompileClasspath'. > Could not find support-core-ui.aar (com.android.support:support-core-ui:25.4.0). Searched in the following locations: https://jcenter.bintray.com/com/android/support/support-core-ui/25.4.0/support-core-ui-25.4.0.aar
Could not resolve all files for configuration ':app:debugCompileClasspath'. > Could not find support-core-ui.aar (com.android.support:support-core-ui:25.4.0).
Jul 26, 2018
Hi @mawahidvga and @gbvacco - can you elaborate on this issue? I'm seeing nothing in your error logs that state this plugin is causing the build failure. Can you let me know the actual code that is on line 169 of superspawn.js?
Thanks,
Chris.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Error: when I install file path native plugin, How to fix this error?????????
FAILED
14 actionable tasks: 1 executed, 13 up-to-date
FAILURE: Build failed with an exception.
Could not resolve all files for configuration ':app:debugCompileClasspath'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Get more help at https://help.gradle.org
BUILD FAILED in 40s
(node:1144) UnhandledPromiseRejectionWarning: Error: cmd: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
Could not resolve all files for configuration ':app:debugCompileClasspath'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Get more help at https://help.gradle.org
BUILD FAILED in 40s
at ChildProcess.whenDone (C:\Users\aa\bb\platforms\android\cordova\node_modules\cordova-common\src\superspawn.js:169:23)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:925:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
(node:1144) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:1144) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered: