I'm trying to build this project at "https://github.com/jonasoreland/runnerup" on Android Studio. But when I'm going to compile it I received this error:
I think it's because I've to update git submodules like said on a page project where is specified to Run the following command to get all submodules:
git submodule init && git submodule update
But I'm new with git and I don't know how to do this. I ask you if you can explain me step by step how to do this.
you can try this git command
git submodule update --recursive --init
Option 1
$ git clone https://github.com/jonasoreland/runnerup.git ./runnerup
$ git submodule init
$ git submodule update
Option2
$ git clone --recursive https://github.com/jonasoreland/runnerup.git ./runnerup
For more details on submodule: https://git-scm.com/docs/git-submodule
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With