Open Rudloff opened 5 years ago
I was able to build it. But it is not possible to build OpenStreetCam without heavy modifications and removing many dependencies.
Where did you find source for version 2.4.0? Latest available seems to be 2.1.6, while 2.7.3 is on play store?
Where did you find source for version 2.4.0?
2.4.0 is in Github releases: https://github.com/openstreetcam/android/releases/tag/2.4.0
2.4.0 is in Github releases: https://github.com/openstreetcam/android/releases/tag/2.4.0
2.4.0 is without source code, this is also mentioned in the description:
// Source code is not yet up to date.
Last version with source code is 2.1.6.
If you look here, you can also see that the commit id does not change after 2.1.6, it is always 4f20e5e: https://github.com/openstreetcam/android/releases
Also last commit is from Dec 22, 2017 https://github.com/openstreetcam/android/commits/master but version 2.4.0 is from 23 Aug 2018.
So there is no source code available after version 2.1.6.
2.4.0 is without source code, this is also mentioned in the description
I think the description is referring to the code in the main Github repository. However, the 2.4.0 release is packaged with 3 files: “osc_2.4.0_release.apk”, “Source code (zip)”, and “Source code (tar.gz)”.
Have you looked at the source code packaged with the release, or only the date of Github commits?
Have you looked at the source code packaged with the release, or only the date of Github commits?
Yes, they refer to the commit 4f20e5e. I think they are auto generated from this commit. The content of the 3 source code packages (zip and tar.gz) are binary identical (2.1.6, 2.3, 2.4.0). They are all 2.1.6.
i same error with version 4.0. solution for this ?
Hello,
When trying to build 2.4.0 with
gradle assemble
, it can't find some dependencies:I see some of these are in local folders but it can't find them for some reason. Am I missing some prebuild step?