ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

erenes's profile - activity

2016-09-14 14:41:12 -0500 received badge  Famous Question (source)
2015-11-02 20:39:00 -0500 received badge  Student (source)
2015-11-02 20:37:56 -0500 received badge  Notable Question (source)
2015-11-02 20:37:56 -0500 received badge  Popular Question (source)
2015-07-29 06:32:13 -0500 commented question android_tutorial_teleop building in android studio, Windows

Thank you. Yes. ROS is basically based on Linux.
Anyway I solved this issue. Searched and read other developers writing.

I need " ", for following. without it, the app crashed.

export ROS_MASTER_URI="http://192.168.178.21:11311" export ROS_HOSTNAME="192.168.178.21"

2015-07-28 06:37:46 -0500 asked a question android_tutorial_teleop building in android studio, Windows

Hello.

I am working on Windows 7 / Android Studio 1.2.2 / JRE 1.8.0.

Trying to build (android_tutorial_teleop) package in [android_core]. Downloaded source from here. link text

Imported [android_core] in Android Studio.
Selected (android_tutorial_teleop) in "Selelct Run/Debug Configuration". And pressed green "Run" button. It build and launched in emulator.

[1] In emulator. This app is executed. Entered host IP address and pressed "Connect" button. But it crashed.

[2] I copied "android_tutorial_teleop-debug.apk" to my android phone. (from ../build/output/apk/) Installed it. Executed App. Entered host IP address and pressed "Connect" button. But it crashed also.

I searched similar issues in "answers.ros.org". but couldn't find solution. I think "rosjava_core" is needed. But I don't know how to make it in Android Studio in Windows 7. What did I miss?

Thank you in advance.