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.37k stars 1.33k forks source link

building android #16641

Open imaxkhan opened 2 years ago

imaxkhan commented 2 years ago

hi based on read me i ran these commands $ git submodule update --init --recursive $ cmake . -B build $ cmake --build build $ MAPBOX_ACCESS_TOKEN=my_access_token_here ./build/platform/glfw/mbgl-glfw every thing is ok and this command runs successfully. but inside ./build/platform/ only this folder glfw/mbgl-glfw is built but i need android folder being build too so i ran following commands: (make android-configuration) (in root project folder) and result : make: *** No rule to make target 'android-configuration'. Stop. how can i resolve this problem?

imaxkhan commented 2 years ago

is there any valid instruction for building android? make android-configuration not working

acalcutt commented 2 years ago

edit: wrong thread