deptofdefense / AndroidTacticalAssaultKit-CIV

Other
32 stars 14 forks source link

gradle build failure due missing dependencies #250

Open satish-centrifuge opened 2 years ago

satish-centrifuge commented 2 years ago

Hello,

I have successfully installed all the dependencies, thirdparty libs. When I run the 'assembleCivDebug' gradle task (on a Linux machine) from atak directory, I am getting the following error. It's trying to fetch some dependencies from localhost. Any help is greatly appreciated.

FAILURE: Build failed with an exception.

Thanks!

ahmadnav commented 2 years ago

This is a conan and ssl version incompatibility issue. Basically set verify_ssl: false in ~/.conan/remotes.json for "url": "http://localhost"

robgardien commented 1 year ago

I have the same issue, changing the remote.json for conan doesn't work for me

ryanalex98 commented 1 year ago

I'm having this issue as well, has there been any resolution? (Ubuntu 20.04)

JosephKhateri commented 1 year ago

Anyone figure out this issue?