Skip to main content

Questions tagged [jetpack-compose-map]

The tag has no usage guidance.

jetpack-compose-map
1 vote
0 answers
428 views

Google map crash android 14 Jetpack compose?

I just migrated my code to SDK 34 and Jeptpack compose version 1.5.4 and material3 v = 1.1.2 also com.google.gms:google-services:4.4.0 but I am getting crash when opening Google map which was working ...
Jeevan Rupacha's user avatar
0 votes
0 answers
379 views

Jetpack Compose Map throwing this when TalkBack is turned on. -> java.lang.IllegalStateException: LayoutNode should be attached to an owner

I'm using Jetpack Compose to display a Google Map with text at the bottom. The app works as expected when TalkBack is turned off, but crashes when TalkBack is turned on. I'm not sure which component ...
Sam's user avatar
  • 6,345