mapbox-gl-native icon indicating copy to clipboard operation
mapbox-gl-native copied to clipboard

building android

Open imaxkhan opened this issue 3 years ago • 2 comments

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 avatar Apr 28 '22 14:04 imaxkhan

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

imaxkhan avatar Apr 30 '22 06:04 imaxkhan

edit: wrong thread

acalcutt avatar May 11 '22 16:05 acalcutt