# add git submodule (please execute under FedML/android folder)
git submodule add https://github.com/FedML-AI/FedMLAndroidSDK.git fedmlsdk
# git submodule init
git submodule update --init --recursive
# git submodule update
git submodule update --remote --merge
for more git submodule related commands, please refer to https://devconnected.com/how-to-add-and-update-git-submodules/