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/3ebd2009-40a8-4398-9c5f-e274f9898d9an%40googlegroups.com.

Reply via email to