Error 601: No corresponding activity was found (using ActivityStarter to render a Google Map)

When I run the application, the code works normally without problems and when i long Click the Location button , the app open it by google map correctly , but after a while it crashes and this problem appears
coor

try this
unknown

Taifun

geo:30.7892,31.40799

Taifun

The problem after the modification was that the exact point was not specified, but only the ZONE was opened and the coordinates of the required point were not specified


These are the different options

Taifun

geo:0,0?q=lat,lng

This method achieves what I want and locate the exact point , but it gives an error sometimes and other times it works well , There must be a way to locate the exact point without problems

Where did you find that option?
Try one of these

Taifun

Try

https://www.google.com/maps/search/?api=1&query=58.698017,-152.522067

Using an intent (ActivityStarter) you can get this:


on an Android 13 cell. :wink:

Thank You for this solution , The App run now without Problems

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.