0

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.

JaakL
  • 4,107
  • 5
  • 24
  • 37
Jack
  • 21
  • 3
  • I'm afraid the description is too general to give useful answer. Some your code samples would be needed as minimum. – JaakL Dec 21 '16 at 22:26
  • I import projects into eclipse and build it was like missing library error. You try to download and import the project with the following link: – Jack Dec 30 '16 at 03:45
  • https://github.com/nutiteq/hellomap3d-android – Jack Dec 30 '16 at 03:47

1 Answers1

1

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

Nikitah
  • 719
  • 5
  • 15
  • Very constructive answer. If anyone comes here, and you're starting a project using Nutiteq old SDK, move to Carto. – xarlymg89 Mar 07 '18 at 09:07