MapLibreAndroidTestApp #3162
Unanswered
SomeoneElseOSM
asked this question in
Q&A
Replies: 1 comment
-
Please follow these instructions https://maplibre.org/maplibre-native/docs/book/android/ Note you need to check out the submodules as well. I did not need to install any SDK manually. But you can check the Android Studio settings if it is finding the SDK you have installed: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
MapLibre Android Version
n/a - I've done a "git clone https://github.com/maplibre/maplibre-native/" so am using whatever is there
Android SDK Version
Android Studio with SDK 9 and 14 downloaded
Device
n/a
What happened?
Try and open ~/src/maplibre-native/platform/android/MapLibreAndroidTestApp in Android Studio
Steps to reproduce
git clone https://github.com/maplibre/maplibre-native/
cd ~/src/maplibre-native/platform/android/MapLibreAndroidTestApp
make android-configuration
"make: *** No rule to make target 'android-configuration'. Stop."
(clearly that's not healthy, but let's continue anyway)
Run Android Studio:
Android Studio Ladybug Feature Drop | 2024.2.2
Build #AI-242.23726.103.2422.12816248, built on December 18, 2024
Runtime version: 21.0.4+-12422083-b607.1 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.awt.X11.XToolkit
Linux 5.15.0-130-generic
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 2048M
Cores: 8
Registry:
ide.experimental.ui=true
i18n.locale=
Current Desktop: KDE
Open "~/src/maplibre-native/platform/android/MapLibreAndroidTestApp"
Various things happen in the background, then:
A problem occurred configuring project ':renderTestApp:app'.
If there are any prerequisites, such an SDK to download or configure, I'd have expected that to be listed at https://github.com/maplibre/maplibre-native/blob/main/platform/android/MapLibreAndroidTestApp/README.md .
I would have expected the "make" above to not fail.
Renderer
No response
Relevant log output
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions