You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: