Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android aar is missing org.maplibre.android.gestures package #3206

Open
ChasingWord opened this issue Feb 10, 2025 · 2 comments
Open

Android aar is missing org.maplibre.android.gestures package #3206

ChasingWord opened this issue Feb 10, 2025 · 2 comments
Labels
android more info needed Further information is requested

Comments

@ChasingWord
Copy link

MapLibre Android Version

11.8.1

Android SDK Version

Android 10

Device

HuaWei

What happened?

Android aar is missing org.maplibre.android.gestures package
I just import MapLibreAndroid-release.aar.
Should I import any other file?

Steps to reproduce

After import aar package

Renderer

No response

Relevant log output

Additional context

No response

@louwers
Copy link
Collaborator

louwers commented Feb 12, 2025

Could you provide more details what is happening and how to reproduce the problem?

@louwers louwers added the more info needed Further information is requested label Feb 12, 2025
@ChasingWord
Copy link
Author

I want to import this project by .aar but i don't know what file i need to import.

Now i import MapLibreAndroid-release.aar and dependence:
api(libs.maplibreJavaGeoJSON)
api(libs.maplibreGestures)
implementation(libs.maplibreJavaTurf)
implementation(libs.timber)

It show error message like "terminating due to uncaught exception of type jni::PendingJavaException" when i run the project.
Is there any other file i need to import?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android more info needed Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants