building android
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?
is there any valid instruction for building android? make android-configuration not working
edit: wrong thread