GitFr33 opened a new issue, #1636:
URL: https://github.com/apache/cordova-android/issues/1636

   # Bug Report
   
   ## Problem
   Build fails with `Could not resolve com.android.tools.build:gradle:7.4.2` 
after updating android platform to version 12.0.0
   
   ### What is expected to happen?
   
   Build succeeded
   
   ### What does actually happen?
   
   Build failed
   
   ## Information
   ```
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   A problem occurred configuring root project 'Project Name'.
   > Could not resolve all files for configuration ':classpath'.
      > Could not resolve com.android.tools.build:gradle:7.4.2.
        Required by:
            project :
         > No matching variant of com.android.tools.build:gradle:7.4.2 was 
found. The consumer was configured to find a runtime of a library compatible 
with Java 8, packaged as a jar, and its dependencies declared externally, as 
well as attribute 'org.gradle.plugin.api-version' with value '7.6' but:
             - Variant 'apiElements' capability 
com.android.tools.build:gradle:7.4.2 declares a library, packaged as a jar, and 
its dependencies declared externally:
                 - Incompatible because this component declares an API of a 
component compatible with Java 11 and the consumer needed a runtime of a 
component compatible with Java 8
                 - Other compatible attribute:
                     - Doesn't say anything about org.gradle.plugin.api-version 
(required '7.6')
             - Variant 'javadocElements' capability 
com.android.tools.build:gradle:7.4.2 declares a runtime of a component, and its 
dependencies declared externally:
                 - Incompatible because this component declares documentation 
and the consumer needed a library
                 - Other compatible attributes:
                     - Doesn't say anything about its target Java version 
(required compatibility with Java 8)
                     - Doesn't say anything about its elements (required them 
packaged as a jar)
                     - Doesn't say anything about org.gradle.plugin.api-version 
(required '7.6')
             - Variant 'runtimeElements' capability 
com.android.tools.build:gradle:7.4.2 declares a runtime of a library, packaged 
as a jar, and its dependencies declared externally:
                 - Incompatible because this component declares a component 
compatible with Java 11 and the consumer needed a component compatible with 
Java 8
                 - Other compatible attribute:
                     - Doesn't say anything about org.gradle.plugin.api-version 
(required '7.6')
             - Variant 'sourcesElements' capability 
com.android.tools.build:gradle:7.4.2 declares a runtime of a component, and its 
dependencies declared externally:
                 - Incompatible because this component declares documentation 
and the consumer needed a library
                 - Other compatible attributes:
                     - Doesn't say anything about its target Java version 
(required compatibility with Java 8)
                     - Doesn't say anything about its elements (required them 
packaged as a jar)
                     - Doesn't say anything about org.gradle.plugin.api-version 
(required '7.6')
   
   * Try:
   > Run with --stacktrace option to get the stack trace.
   > Run with --info or --debug option to get more log output.
   > Run with --scan to get full insights.
   
   * Get more help at https://help.gradle.org
   
   Deprecated Gradle features were used in this build, making it incompatible 
with Gradle 8.0.
   ```
   
   ### Command or Code
   cordova build android --debug
   
   ### Environment, Platform, Device
   Environment: Ubuntu 22.04 
   Platform: cordova-android
   Device: none
   
   ### Version information
   
   Cordova CLI 11.1.0
   Cordova platform android 12.0.0
   Operating System: Ubuntu 22.04 
   Android sdk build tools: 33.0.2
   openjdk version: 11.0.19
   Gradle: 8.1.1 (though the `Deprecated Gradle features...` output makes me 
wonder about what version of gradle is actually being used...)
   
   
   ## Checklist
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to