Hi! It's better to ask this on GitHub https://github.com/osmandapp/OsmAnd/issues
On Friday, June 17, 2022 at 1:22:29 AM UTC+3 [email protected] wrote: > Hi, > > I am currently trying to build version 4.2.4 of OsmAnd, using the commits > specified in the Jenkins > <https://builder.osmand.net:8080/view/OsmAnd%20Builds/job/Osmand-release/1058/repo-manifest/>. > > However, when compiling the OsmAnd project, i run into several basic Java > errors. E.g. > > OsmAnd/src/net/osmand/plus/views/layers/MapMarkersLayer.java:859: error: > incompatible types: float cannot be converted to Double > outlinePattern.add(35 / getMapDensity()); > > In the version 4.2.2 there was one such error, now there are 3 in 4.2.4. > Since these are supposed to be stable builds, it makes me think i'm missing > something. Is there some compile option i should be setting to > automatically widen the float to double before auto-boxing? > > I am building with the command line > > $ gradle assembleAndroidFullLegacyFatRelease > > Using NDK 23c and Java 11. > > Thanks. > -- You received this message because you are subscribed to the Google Groups "OsmAnd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osmand/e1f4f1ec-e31c-4097-99d2-45525ccb8848n%40googlegroups.com.
