Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags. |
Installation - Android Studio Development Environment
Description: Develop from Android Studio without a ROS Environment!Keywords: android studio installation
Tutorial Level: BEGINNER
Build apps and libraries inside Android Studio - no ROS environment necessary! |
Contents
Overview
This tutorial shows how to setup develop using android studio + sdk without a ros environment. This means no installation of ros necessary, no sourcing of setup.bash, and no catkin packages. You can focus on a single app using just the studio, the gradle backend and some gradle-groovy logic connecting you to our maven repository.
Useful for the non-ros programmer!
Create a New Project
...
I usually don't build in this way, but I know of others who have been successful, and even got it working from a windows installation of android studio. If you are one of those people, please embellish this tutorial for others! In the meantime, you might find the old hydro tutorial useful. |