hippie
hippie

Reputation: 669

Android and Google Analytics

Im trying to implement GA in my android app. When i call 'GoogleAnalyticsTracker.getInstance()' i get a force close in the emulator and the stacktrace 'ERROR/dalvikvm(588): Could not find method GoogleAnalyticsTracker.getInstance'. Im compiling against Android 1.6.

Ideas?

Upvotes: 0

Views: 232

Answers (1)

Shawn Lauzon
Shawn Lauzon

Reputation: 6282

Is it possible that libGoogleAnalytics.jar isn't in your APK file? It should be placed in the /libs directory.

Upvotes: 2

Related Questions