github上创建android stuidio 项目

Posted by shensunbo on September 9, 2025

push an existing repository from the command line

1
2
3
git remote add origin https://github.com/shensunbo/android_native.git
git branch -M main
git push -u origin main