You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/09/02 08:43:19 UTC

[GitHub] [cordova-android] almothafar opened a new issue #1334: Support for API Level 31

almothafar opened a new issue #1334:
URL: https://github.com/apache/cordova-android/issues/1334


   # Bug Report
   
   ## Problem
   
   When I try to build my app using API level 31 and build tools 31.0.0 the build fails with an error, when I revert back to 30 build works fine, it seems there is an issue still I think the issue is still around this PR #1293 
   
   ### What is expected to happen?
   To build the app like what it is doing in previous builds.
   
   
   ### What does actually happen?
   Fail with Error:
   ```console
   #15 112.0 > Task :CordovaLib:parseReleaseLocalResources
   #15 112.0 > Task :app:javaPreCompileRelease
   #15 112.0 > Task :CordovaLib:writeReleaseAarMetadata
   #15 112.3 > Task :app:desugarReleaseFileDependencies
   #15 117.4
   #15 117.4 > Task :app:processReleaseMainManifest FAILED
   #15 117.4 /app/platforms/android/app/src/main/AndroidManifest.xml Error:
   #15 117.4       Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/mani
   fest/activity-element#exported for details.
   #15 117.4
   #15 117.4 See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.
   #15 117.4
   #15 117.8
   #15 117.8 > Task :app:mergeExtDexRelease
   #15 117.9
   #15 117.9 FAILURE: Build failed with an exception.
   #15 117.9
   #15 117.9 * What went wrong:
   #15 117.9 Execution failed for task ':app:processReleaseMainManifest'.
   #15 117.9 > Manifest merger failed : Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.
   com/guide/topics/manifest/activity-element#exported for details.
   #15 117.9
   #15 117.9 * Try:
   #15 117.9 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.
   #15 117.9
   #15 117.9 * Get more help at https://help.gradle.org
   #15 117.9
   #15 117.9 BUILD FAILED in 1m 11s
   #15 117.9
   #15 117.9 Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
   #15 117.9
   #15 117.9 You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
   #15 117.9
   #15 117.9 See https://docs.gradle.org/7.2/userguide/command_line_interface.html#sec:command_line_warnings
   #15 117.9 22 actionable tasks: 22 executed
   #15 118.2 Command failed with exit code 1: /app/platforms/android/gradlew :app:bundleRelease -b /app/platforms/android/build.gradle
   #15 118.2 Error: Command failed with exit code 1: /app/platforms/android/gradlew :app:bundleRelease -b /app/platforms/android/build.gradle
   #15 118.2     at makeError (/app/node_modules/execa/lib/error.js:60:11)
   #15 118.2     at handlePromise (/app/node_modules/execa/index.js:118:26)
   #15 118.2     at processTicksAndRejections (node:internal/process/task_queues:96:5)
   #15 118.2     at async ProjectBuilder.build (/app/node_modules/cordova-android/lib/builders/ProjectBuilder.js:316:20)
   #15 118.3 [ERROR] An error occurred while running subprocess cordova.
   #15 118.3
   #15 118.3         cordova build android --release --buildConfig build.json -d exited with exit code 1.
   #15 118.3
   #15 118.3         Re-running this command with the --verbose flag may provide more information.
   
   ```
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   ### Command or Code
   To save you some time, please see this repo https://github.com/capellasolutions/ionic-cordova-docker/tree/develop/example-app 
   Example App in develop branch is not working.
   
   ### Version information
   <!--
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   Using cordova-android: 10.1.0
   
   Ionic info:
   ```console
   Ionic:
   
      Ionic CLI                     : 6.17.0 (/home/almothafar/.npm-global/lib/node_modules/@ionic/cli)
      Ionic Framework               : @ionic/angular 5.7.0
      @angular-devkit/build-angular : 12.2.3
      @angular-devkit/schematics    : 12.2.3
      @angular/cli                  : 12.2.3
      @ionic/angular-toolkit        : 4.0.0
   
   Cordova:
   
      Cordova CLI       : 10.0.0
      Cordova Platforms : not available
      Cordova Plugins   : not available
   
   Utility:
   
      cordova-res : not installed globally
      native-run  : not installed globally
   
   System:
   
      NodeJS : v16.4.1 (/usr/bin/node)
      npm    : 7.21.1
      OS     : Linux 5.10
   
   ```
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] erisu commented on issue #1334: Support for API Level 31 (Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported`)

Posted by GitBox <gi...@apache.org>.
erisu commented on issue #1334:
URL: https://github.com/apache/cordova-android/issues/1334#issuecomment-953623146


   Closed by #1372 


-- 
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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] erisu closed issue #1334: Support for API Level 31 (Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported`)

Posted by GitBox <gi...@apache.org>.
erisu closed issue #1334:
URL: https://github.com/apache/cordova-android/issues/1334


   


-- 
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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] erisu edited a comment on issue #1334: Support for API Level 31 (Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported`)

Posted by GitBox <gi...@apache.org>.
erisu edited a comment on issue #1334:
URL: https://github.com/apache/cordova-android/issues/1334#issuecomment-953623146


   Resolved by #1372 


-- 
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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org