K
K
Kim932015-09-11 21:26:25
Android
Kim93, 2015-09-11 21:26:25

Who can help find error in google maps api android?

Google play services is connected, libraries are installed, but I can’t fix one error in
public static class SaveStateMapFragment extends SupportMapFragment
here is what eclipse writes about the error:

  • The type android.support.v4.app.Fragment cannot be resolved. It is indirectly referenced from required class files
  • Open the Java build path property page of project 'maps'

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin Berkov, 2015-09-12
@konstantin_berkow

Drop the eclipse. Your custom fragment extends the support's map, which extends the support's fragment, but eclipse doesn't catch up, try including the support library v4.

K
Kim93, 2015-09-13
@Kim93

I'll try to connect, I'll unsubscribe about the results in the topic))
connecting the android.support.v4 library did not help

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question