jgmao / motochallenge

MIT License
0 stars 1 forks source link

motochallenge

  1. Documentation: please use Markdown *.md for all your documentations

  2. Use ADT/Eclipse bundle open project dirctly from github

  3. how to update in terminal

    • git add . //add new files
    • git commit -m "message" //commit local
    • git push //push to github (remote)
  4. update in Eclipse

  5. create emulator/connect device

  6. run/debug

  7. mearge your branch/patch to master