Need Help in running setup.sh script #4465
-
I am just starting out contributing to oppia-android project. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @Joaquin144. I believe Therefore, you should try something like: cd ~/opensource/oppia-android
sh scripts/setup.sh (Assuming you cloned Oppia Android at ~/opensource/oppia-android). |
Beta Was this translation helpful? Give feedback.
Hi @Joaquin144.
I believe
setup.sh
needs to be run from the root repository directory, not from within the scripts folder (generally, all build systems and automation are meant to be run at the repository root by default, though there are exceptions where things can work in subdirectories).Therefore, you should try something like:
(Assuming you cloned Oppia Android at ~/opensource/oppia-android).