Jack
Jack

Reputation: 21

How to fix error project offline maps used Nutiteq maps SDK

I'm a newbie in android. I try a project on the used Nutiteq maps SDK on Github, but I made some errors:

in class MyMapEventListener error UTFGridRasterTileLayer,class CartoDBTorqueActivity error TorqueTileLayer, class CartoDBVectorTileActivity error CartoCSSStyleSet, class OfflineRoutingActivity error NutiteqOnlineRoutingService.

Upvotes: 0

Views: 193

Answers (1)

Nikitah
Nikitah

Reputation: 739

From your own comment, I can see you're using Eclipse, however, that is an Android Studio project. The problem could lie there.

Dependencies are downloaded via Gradle, but Eclipse's default is Ant. Have you tried Gradle Eclipse (https://gradle.org/eclipse/) or Android Studio?

Additionally, Nutiteq SDK 3 is old and won't be supported for very long. You should check out the new version, 4.0.0, CartoMobileSDK

Upvotes: 1

Related Questions