rosjava / android_core

Android libraries for rosjava
145 stars 166 forks source link

Task :cv_bridge:verifyReleaseResources FAILED #303

Open yama514 opened 5 years ago

yama514 commented 5 years ago

Hi,

I encountered the problem when I did catkin_make. I am using Ubuntu 16.06 with Kinetic. The error log is below:


... Configure project :cv_bridge

Task :cv_bridge:verifyReleaseResources FAILED

FAILURE: Build failed with an exception.

yama514 commented 5 years ago

I modified android_extras/cv_bridge/src/AndroidManifest.xml, replaced package="cv_bridge" to package="com.github.rosjava.android_extras.cv_bridge". The problem is gone.

MiraiHattori commented 4 years ago

I was facing the same problem, so thank you for finding the way to solve it. The path might be different in kinetic branch now. https://github.com/rosjava/android_extras/blob/kinetic/cv_bridge/src/main/AndroidManifest.xml#L3

MiraiHattori commented 4 years ago

I sent a pull request, but in case you would like to send the pull request, then feel free to close this pull request. https://github.com/rosjava/android_extras/pull/26