Native Builder: Android Failed

0
I’ve  been trying to solve the issue. It says that it is incompatible with Gradle 6.0. How do I solve this?   2019-10-14T07:37:14.6024060Z * What went wrong: 2019-10-14T07:37:14.6025830Z Execution failed for task ':app:processDebugResources'. 2019-10-14T07:37:14.6026520Z > Android resource linking failed 2019-10-14T07:37:14.6028240Z   /Users/vsts/agent/2.158.0/work/1/s/android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml:2: AAPT: error: attribute 'package' in <manifest> tag is not a valid Android package name: 'io.mxapps.f1signupflow-sandbox'. 2019-10-14T07:37:14.6028940Z        2019-10-14T07:37:14.6029430Z  2019-10-14T07:37:14.6029930Z * Try: 2019-10-14T07:37:14.6031280Z 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. 2019-10-14T07:37:14.6031800Z  2019-10-14T07:37:14.6032350Z * Get more help at https://help.gradle.org 2019-10-14T07:37:14.6032800Z  2019-10-14T07:37:14.6033540Z Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. 2019-10-14T07:37:14.6034820Z Use '--warning-mode all' to show the individual deprecation warnings. 2019-10-14T07:37:14.6036260Z See https://docs.gradle.org/5.4.1/***guide/command_line_interface.html#sec:command_line_warnings 2019-10-14T07:37:14.6036850Z  2019-10-14T07:37:14.6037380Z BUILD FAILED in 2m 29s 2019-10-14T07:37:14.6038530Z 302 actionable tasks: 287 executed, 15 up-to-date 2019-10-14T07:37:16.1141260Z Error: /Users/vsts/agent/2.158.0/work/1/s/android/gradlew failed with return code: 1 2019-10-14T07:37:16.1143730Z     at ChildProcess.<anonymous> (/Users/vsts/agent/2.158.0/work/_tasks/Gradle_8d8eebd8-2b94-4c97-85af-839254cc6da4/1.128.0/node_modules/vsts-task-lib/toolrunner.js:569:30) 2019-10-14T07:37:16.1144060Z     at emitTwo (events.js:106:13) 2019-10-14T07:37:16.1144330Z     at ChildProcess.emit (events.js:191:7) 2019-10-14T07:37:16.1144400Z     at maybeClose (internal/child_process.js:886:16) 2019-10-14T07:37:16.1144480Z     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) 2019-10-14T07:37:16.1257290Z ##[error]Error: /Users/vsts/agent/2.158.0/work/1/s/android/gradlew failed with return code: 1 2019-10-14T07:37:16.1271340Z ##[section]Finishing: Gradle Task 2019-10-14T07:37:16.1379640Z ##[section]Starting: Checkout
asked
3 answers
0

Hi Kwan Sheng Lim

Did you get the answer for this question , if please say to me , so that it will be helpful  for me . I am repeatedly trying this but getting the same error .

answered
0

HI,

 

I’m getting the same error too. Did someone solved it?

answered
0

It solved for me… I’ve just changed the application name.

“..It seems for a Android build there are now ‘-’ allowed only ‘_’.…”

answered