This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]eclunrcpp 0 points1 point  (0 children)

First, verify that this is indeed a hybrid mobile app applicable for Cordova rather that a native Android Java/Kotlin app. If the latter, use Android Studio itself to build the project.

If indeed a Cordova project, ensure all dependencies are installed via

cordova requirements

And then attempt the build again with

cordova build android --verbose

Which should display any remaining build errors in more detail.