Skip to content

Instantly share code, notes, and snippets.

@erisu
Created July 7, 2021 04:18
Show Gist options
  • Save erisu/d6ee1859d3fecd1b9e8af1e5769b58e3 to your computer and use it in GitHub Desktop.
Save erisu/d6ee1859d3fecd1b9e8af1e5769b58e3 to your computer and use it in GitHub Desktop.
Cordova Build Log
$ cordova build android
Checking Java JDK and Android SDK versions
ANDROID_SDK_ROOT=/Users/cordova/Library/Android/sdk (recommended setting)
ANDROID_HOME=/Users/cordova/Library/Android/sdk (DEPRECATED)
Using Android SDK: /Users/cordova/Library/Android/sdk
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 3s
1 actionable task: 1 executed
Subproject Path: CordovaLib
Subproject Path: app
Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
> Task :CordovaLib:compileDebugJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 10s
48 actionable tasks: 48 executed
Built the following apk(s):
/Users/cordova/test/cordovaTest/platforms/android/app/build/outputs/apk/debug/app-debug.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment