我正在编译我的源代码,它只是在不运行应用程序的情况下终止。
这是我得到的日志:

Build/android-armeabi-debug/com.app4u.portaldorugby/PortalDoRugbyFeed/libPortalDoRugbyFeed.a(MapViewController.m.o):/Users/gringo/Desktop/PORTAL - 2014-02-20/Portal/PortalDoRugbyFeed/Native/MapViewController.m:function L_OBJC_CLASSLIST_REFERENCES_$_17: error: undefined reference to 'OBJC_CLASS_$_MKMapView'

Build/android-armeabi-debug/com.app4u.portaldorugby/PortalDoRugbyFeed/libPortalDoRugbyFeed.a(MapViewController.m.o):/Users/gringo/Desktop/PORTAL - 2014-02-20/Portal/PortalDoRugbyFeed/Native/MapViewController.m:function L_OBJC_CLASSLIST_REFERENCES_$_77: error: undefined reference to 'OBJC_CLASS_$_MKPinAnnotationView'

scons: *** [Build/android-armeabi-debug/PortalDoRugbyFeed/apk/lib/armeabi/libverde.so] Error 1
scons: building terminated because of errors.


因此,这主要是MKPinAnnotationView和MKMapView的问题。
如果我没有记错的话,“入门”包将对此进行处理。

有人可以帮忙吗?

干杯。

最佳答案

目前,我们不支持MapKit,目前也不在我们的路线图中。可能可以使用BridgeKit使用本机Android映射API并实现所需的功能。

10-08 14:14