import com.google.android.maps.geopoint cannot be resolved

前端 未结 7 1836
一向
一向 2021-02-13 20:39

I have Java GoogleMAP project.This is not android project. I have done this project previous using KML. Now Google has changed to JSON/XML. I need to save coordinates within 2 l

相关标签:
7条回答
  • 2021-02-13 21:18

    You need to add required jars in lib and classpath. Because those jars are not in classpath your IDE couldn't resolve the location of the class you are trying to import.

    0 讨论(0)
提交回复
热议问题