one-click_deploy.rst 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. .. _doc_one-click_deploy:
  2. One-click deploy
  3. ================
  4. Sounds good, what is it?
  5. ------------------------
  6. This feature will pop up automatically once a platform is properly configured
  7. and a supported device is connected to the computer. Since things can go wrong
  8. at many levels (platform may not be configured correctly, SDK may be incorrectly
  9. installed, device may be improperly configured, etc.), it's good to let the user
  10. know that it exists.
  11. Some platforms (at the time of this writing, only Android) can detect when a USB
  12. device is connected to the computer, and offer the user to automatically export,
  13. install and run the project (in debug mode) on the device. This feature is
  14. called, in industry buzzwords, "One-Click Deploy".
  15. Steps for one-click deploy
  16. --------------------------
  17. #. Configure target platform.
  18. #. Configure device (make sure it's in developer mode, likes the
  19. computer, USB cable is plugged, USB is recognized, etc.).
  20. #. Connect the device...
  21. #. And voilà!
  22. .. image:: img/oneclick.png
  23. Click once... and deploy!