ROS Android: Error deploying artifact

asked 2014-12-22 12:22:41 -0500

rommelAlonzo gravatar image

Hello,

I'm trying to install the ros android distribution onto my computer. While compiling, this is what my output is:

:docs:assembleRelease UP-TO-DATE
:android_acm_serial:uploadArchives FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':android_acm_serial:uploadArchives'.
> Could not publish configuration 'archives'
   > Error deploying artifact 'org.ros.android_core:android_acm_serial:aar': Error deploying artifact: /home/rommel/.m2/repository/org/ros/android_core/android_acm_serial/0.1.3/android_acm_serial-0.1.3.aar (No such file or directory)

I really don't know how to debug this problem and I don't know where to look for this as I'm barely getting into android and java programming. I'm not sure if this is a ros_android or a maven problem. Any help would greatly be appreciated.

The only real point of difference in my installation process is the fact that I installed the IDE in my home folder(~/android-studio) and my sdk in opt folder(/opt/android-studio/sdk).

edit retag flag offensive close merge delete