Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

how to add rosjava_core 0.3.7 to android project #70

Open
gongyue666 opened this issue Aug 9, 2019 · 0 comments
Open

how to add rosjava_core 0.3.7 to android project #70

gongyue666 opened this issue Aug 9, 2019 · 0 comments

Comments

@gongyue666
Copy link

Hi, nowdays I make a ros android app which used rosjava_core 0.3.5, with these lines in my build.gradle:
dependencies {
implementation 'org.ros.rosjava_core:rosjava:0.3.5'
//implementation 'org.ros.rosjava_core:rosjava:0.3.6'
//implementation 'org.ros.rosjava_core:rosjava:0.3.7'
implementation 'org.ros.rosjava_messages:geometry_msgs:1.12.7'
implementation 'org.ros.rosjava_bootstrap:message_generation:0.3.3'
implementation 'org.ros.rosjava_messages:std_msgs:0.5.11'
}
Now I want to update the version of rosjava_core to 0.3.6 or 0.3.7. When building the project errors come out as can not find them. So I download the rosjava-0.3.6.jar and rosjava-0.3.7.jar and mkdir a folder named "libs" under app folder, building is ok. But when install error comes again: Invalid APK file: app-debug.apk. I am using arm64-v8a platform.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant