luis901101 / honeywell_scanner

BSD 3-Clause "New" or "Revised" License
22 stars 9 forks source link

> Project with path ':honeywell' could not be found in project ':honeywell_scanner'. #4

Closed sanketwarule closed 2 years ago

sanketwarule commented 2 years ago

FAILURE: Build failed with an exception.

luis901101 commented 2 years ago

Did you followed the five steps described in the README? Specifically the Second and Third steps seems to be the ones related to your issue.

sanketwarule commented 2 years ago

Thank you, after trying second and third section in your Readme file I was able to run project successfully. Actually I am also creating a plugin for zebra scanner, but I was facing same issue so I searched for the plugins who uses aar dependency and came across your plugin.

Is there any other solution so that end user don't need to manually add aar and do changes in manifest file?

luis901101 commented 2 years ago

You're welcome.

In your case, if the zebra scanner sdk is published as a package in some repository, then you would not have to worry about manual package handling.

sanketwarule commented 2 years ago

Thank you for coordination and quick reply