mapbox / mapbox-gl-native

Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
https://mapbox.com/mobile
Other
4.35k stars 1.33k forks source link

How could build libmapbox-gl.so? #16619

Open luiszheng0627 opened 2 years ago

luiszheng0627 commented 2 years ago

Recently I have built this code (tags/maps-v1.6.0) for android platform But after compile success, I can find libmapbox-gl.so file. I can only see below 4 so files.

libmbgl-render-test-runner.so
libmbgl-benchmark-runner.so
libexample-custom-layer.so
libmbgl-test-runner.so

How could I generate libmapbox-gl.so ? Thanks

DoneListen commented 2 years ago

this

Hi, how do you build it, I want to build it for android too.

imaxkhan commented 2 years ago

this is my question too how did u build it?