Specified build config file does not exist: ./buildConfig/build.json #21
-
Hi Team,
|
Beta Was this translation helpful? Give feedback.
Answered by
sharathkashyap
Jun 9, 2022
Replies: 1 comment
-
@donfire You might have succesfully completed the build process. Better If there is complete Build Log to confirm the same. This Failure is mostly due to non availability of build.json which is not mandatory for local installation. This should complete apk creation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
donfire
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@donfire You might have succesfully completed the build process. Better If there is complete Build Log to confirm the same. This Failure is mostly due to non availability of build.json which is not mandatory for local installation.
Kindly run this command to confirm the same. You should be able to have apk running.
NODE_OPTIONS=--max-old-space-size=4096 ionic cordova run android
This should complete apk creation.