使用WebIDE开发Android应用

171 阅读1分钟

C4C里做Android开发用的是Google的Android studio:

还有另一种方式做Android开发即使用Cloud IDE:
登陆 ide.c9.io/, 选择一个github上存在的repository,点击Start Editing:

在source code里做代码的修改:

成功save后,右键project,选择Open Terminal Here:

使用git status,发现未提交的source file:

使用git add和git commit进行提交:


使用git push 将change 推送到github上:

之后在github上刷新页面能够看到从cloud9上推送过来的change:

要获取更多Jerry的原创文章,请关注公众号"汪子熙":