其他分享
首页 > 其他分享> > android studio 项目上传到码云

android studio 项目上传到码云

作者:互联网

一。参考:

https://www.cnblogs.com/youaremylife/p/9395488.html

https://blog.csdn.net/csnd_ayo/article/details/72590511

 

二。注意:

1.创建项目,需要 SVN

2.SVN Commit :空的项目不给上传,所以上传的时候会做一些排除

Error: Empty directories is not supported: /app/libs/armeabi  

Error:  /LFLivenessLibrary/build/generated/res/pngs/androidTest/debug  

Error: Empty directories is not supported: /.git/objects/info

Error: Empty directories is not supported: /.git/logs/refs/remotes  

Error: Empty directories is not supported: /app/src/androidTest/java/com/xxx/xxxx

Error: Empty directories is not supported: /app/libs/arm64-v8a 

三。总结

先关联再上传,更新

标签:directories,supported,码云,studio,Error,android,上传,app,Empty
来源: https://blog.csdn.net/fangjingjingll/article/details/100081198