eclipse / upm

UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs.
MIT License
659 stars 411 forks source link

Failed to resolve: io.mraa.at how to solve? or Can not more run android things apps in intel edison #620

Open ghost opened 6 years ago

ghost commented 6 years ago

image

Propanu commented 6 years ago

Hi @neuberfran, try changing your dependency to compile 'io.mraa.at.upm:upm_jhd1313m1:1.+'. Seems like our build that publishes Android Things packages for UPM timed out and only a few modules were updated to 1.5. We'll have to run it again.

ghost commented 6 years ago

hi @Propanu not solved. I had tried this xxx

Propanu commented 6 years ago

Let's try locking it to the previous version, 1.3.0 for the time being: compile 'io.mraa.at.upm:upm_jhd1313m1:1.3.0' I'll let you know once all packages have been updated to 1.5 and you should be able to switch back to your original code. There were no changes between versions to jhd1313m1.

ghost commented 6 years ago

Ok. I stay waiting. But the main driver I want to use is this: compile 'io.mraa.at.upm:upm_smartdrive:1.+' from photo 02 below yyyy yy2

Propanu commented 6 years ago

Hi @neuberfran, I think most of the packages, including the ones you're trying to use have been updated by now.