Replies: 2 comments
-
hey @brxxxx please share the full build id number, should be a longer string, like this.. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Whenever I try to build my flutter app I get the error "Seems like the android folder cannot be found".
I am guessing this is because my flutter project isn't in the root directory of my repo, its in a sub directory called
nunza_app
After reading the docs, I see its possible to override
CM_BUILD_DIR
variable in the workflow editor, but I still get the same build error.I have tried setting the
CM_BUILD_DIR
variable to the following values:./nunza_app
nunza_app
/Users/builder/clone/nunza_app
/Users/builder/clone/nunza_app/
What am I doing wrong?
Expected results
I expect the build to complete because I am overriding the
CM_BUILD_DIR
variable so that it points to the subdirectory where my flutter project is located in the repo.Actual results
Build fails
Build id (optional)
23e08f6
Beta Was this translation helpful? Give feedback.
All reactions