Cordova Slack Digest

Fri, 15 Jul 2022 08:22:02 GMT

User count: 4693

Join the conversation at slack.cordova.io

Channel #general (10 messages)


Thu, 14 Jul 2022 11:29:45 GMT

@javarea says

Fork is my prefere option. Thanks

Thu, 14 Jul 2022 15:01:21 GMT

@s.papageorgiou says

hello

Thu, 14 Jul 2022 15:01:34 GMT

@s.papageorgiou says

when I run cordova run android I get error: BUILD FAILED in 2s Command failed with exit code 1: F:\2021-fd-local-server\fd3\platforms\android\gradlew cdvBuildDebug -b F:\2021-fd-local-server\fd3\platforms\android\build.gradle

Thu, 14 Jul 2022 15:01:38 GMT

@s.papageorgiou says

any ideas?

Thu, 14 Jul 2022 15:05:24 GMT

@norman137 says

not enough information.

Try running cordova run android --verbose which will print some more information, sometimes stacktraces.

Thu, 14 Jul 2022 15:11:09 GMT

@s.papageorgiou says

well, I reset Windows last night and now I installed Gradle and place it in the path

Thu, 14 Jul 2022 15:11:23 GMT

@s.papageorgiou says

I run the command and now I am waiting for the output

Thu, 14 Jul 2022 15:14:11 GMT

@s.papageorgiou says

well, it now works

Thu, 14 Jul 2022 15:34:13 GMT

@s.papageorgiou says

thanks @norman137 for the tip

Thu, 14 Jul 2022 15:35:25 GMT

@norman137 says

Yah weird, maybe there was a network hiccup (android builds requires the internet)

But yah, attaching --verbose to pretty much any cordova command will provide some debug information if something is going wrong.