Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

building android #16641

Open
imaxkhan opened this issue Apr 28, 2022 · 2 comments
Open

building android #16641

imaxkhan opened this issue Apr 28, 2022 · 2 comments

Comments

@imaxkhan
Copy link

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
Copy link
Author

imaxkhan commented Apr 30, 2022

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

@acalcutt
Copy link

acalcutt commented May 11, 2022

edit: wrong thread

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants