recent problem with android_apps (catkin_make)
I had a working environment, for developing android apps for ROS. today, I opened Android Studio, and at the start it started "refreshing the project" .. and all of the sudden I started getting errors about gradle wrapper.. I fell back to terminal, and tried to reinvoke "catkin_make" on the dir. and I got this error:
* Where:
Build file '/home/aminasfour/project/android/src/android_apps/application_management/build.gradle' line: 26
* What went wrong:
A problem occurred evaluating project ':application_management'.
> Could not create plugin of type 'LibraryPlugin'.
I've tried to download everything from scratch .. and re-followed this tutorial: http://wiki.ros.org/sig/Rosjava/Andro... . unfortunately I'm still getting the same error mentioned above. Please I need advice on how to fix it, I have a project that I need to deliver within a week. Thanks!
I suspect this is due to a recent change on your system. You could try reviewing the package install logs in /var/log/dpkg if you're on Ubuntu
It's not, the latest update that appears there, dates back to two weeks ago (and it used to work then)
Try to update the distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-all.zip in the gradle/wrapper/gradle-wrapper.properties. This solved my problems regarding the same issue.