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

DmitryDzz's profile - activity

2019-08-28 03:44:10 -0500 received badge  Taxonomist
2017-04-12 11:39:15 -0500 commented question Errors shown in Eclipse after importing the tutorial project

I know that's an old question but I've faced the same issue. This answer helped me.

2014-11-08 07:52:24 -0500 commented question rostextview assigned to rosout is missing messages

I faced the same problem. Have you found any solution?

2014-03-13 20:33:07 -0500 commented answer I can't build android_core in Android Studio 0.5.1

And thanks for all you're doing for ROS community.

2014-03-13 20:31:53 -0500 commented answer I can't build android_core in Android Studio 0.5.1

Thank you for your reply, I missed rosjava_build_tools reading wiki - very interesting. I tried it on Android project and I built it but empty - without android_core dependencies. Unfortunately documentation is too short. I will be thankful if you could add some samples to the doc.

2014-03-13 17:42:38 -0500 commented answer I can't build android_core in Android Studio 0.5.1

All changes are in 'hydro' branches of these three repositories.

2014-03-13 17:08:38 -0500 answered a question I can't build android_core in Android Studio 0.5.1

There is a solution. I made an issue on android_core project on GitHub. And I got an answer there. So I forked rosjava_bootstrap, rosjava_core and android_core. I sent pull requests, hope soon changes will be commited in ros repositories.

2014-03-13 05:38:54 -0500 received badge  Famous Question (source)
2014-03-11 22:54:09 -0500 received badge  Student (source)
2014-03-11 22:51:14 -0500 received badge  Notable Question (source)
2014-03-09 20:54:54 -0500 received badge  Popular Question (source)
2014-03-09 09:22:47 -0500 asked a question I can't build android_core in Android Studio 0.5.1

I want to build android_core (https : //github.com/rosjava/android_core/tree/hydro) project. It worked before but I can't build the project (Hydro branch) since I've updated Android Studio to 0.5.1.

I cloned the repository, then I switched to Hydro branch. Command "./gradlew assemble" worked fine but when I tried to build the project in Android Studio it said:

12:29:20 PM Failed to refresh Gradle project 'android_core' The project is using an unsupported version of the Android Gradle plug-in (0.7.1). Version 0.9.0 introduced incompatible changes in the build language. Please read the migration guide to learn how to update your project. Open migration guide, fix plug-in version and re-import project

I tried different ways: Gradle 1.9, 1.10, 1.11, I changed "gradle-wrapper.properties", even added:

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.9.+'
    }
}

to all android_core projects. That doesn't help.

2014-02-03 03:23:41 -0500 received badge  Enthusiast
2014-01-08 03:35:37 -0500 commented answer How do I create a ROS enabled Android app?

This answer help me. Thanks Dtc. What exactly I did: 1. I installed Gradle 1.9 (not 1.10!) 2. Cloned android_core 3. cd .../android_core/android_tutorial_camera 4. catkin_make 5. source devel/setup.bash 6. .../android-studio/bin/studio.sh 7. Then selected "Import project" and android_code directory

2014-01-08 03:20:57 -0500 commented answer How do I create a ROS enabled Android app?

Thanks Dtc. It did help! My problem was in Gradle 1.10. I found the answer on stackoverflow: http://stackoverflow.com/questions/20812703/cant-find-org-gradle-api-artifacts-result-resolvedmoduleversionresult-when-appl. After I downgrade gradle from 1.10 to 1.9 I could finally build android_core.

2014-01-07 05:26:46 -0500 commented answer How do I create a ROS enabled Android app?

I've got the same error in Ubuntu 12.04, ROS Hydro and Gradle 1.10. So I tried to change "android_core/gradle/wrapper/gradle-wrapper.properties". And I changed distributionUrl parameter from "gradle-1.9-bin.zip" to "gradle-1.10-bin.zip". But it didn't help.

2013-08-23 08:50:09 -0500 received badge  Supporter (source)