maplibre / maplibre-native

MapLibre Native - Interactive vector tile maps for iOS, Android and other platforms.
https://maplibre.org
BSD 2-Clause "Simplified" License
888 stars 273 forks source link

CameraPosition not found in Android SDK when devloping with using Java #2573

Open cc-shifo opened 2 days ago

cc-shifo commented 2 days ago

Describe the bug CameraPosition not found in Android SDK when devloping with using Java

To Reproduce Steps to reproduce the behavior:

  1. Go to org.maplibre.android.camera.CameraPosition;
  2. Click on 'CameraPosition'
  3. See CameraPosition.class

Screenshots If applicable, add screenshots to help explain your problem. CameraPosition_20240703095933

louwers commented 2 days ago

Could you clarify your reproduction steps?

westnordost commented 1 day ago

This very much looks like an Android studio IDE issue. Try syncing the project with gradle files or otherwise invalidate caches and restart. Android Studio also has this "Repair IDE" option in the menu, not sure what it does.