简体   繁体   中英

Could not find :couchbase-lite-android-1.4.1 - ionic android

I am trying to build the android project developed using ionic framework. Once after the project build successful message it is trying to download the gradle plugin details specific android platform with the following lines.

Downloading https://services.gradle.org/distributions/gradle-4.1-all.zip ..................................................................................... Starting a Gradle Daemon (subsequent builds will be faster)

after all download I am getting the below mentioned error

Please help if anyone faced the same issue. Thanks in advance.

I have tried removing android platform and adding it back still getting the same error

BUILD FAILED in 21s 14 actionable tasks: 4 executed, 10 up-to-date /Users/arunkumarb/SVN Repo/Inter/Working/Code/inter Mobile/platforms/android/gradlew: Command failed with exit code 1 Error output: Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details.

FAILURE: Build failed with an exception.

BUILD FAILED in 21s [ERROR] An error occurred while running subprocess cordova. cordova build android exited with exit code 1. Re-running this command with the --verbose flag may provide more information.

我是cordova降级的问题

 npm install -g cordova@8.0.0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM