Reputation: 669
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
Reputation: 6282
Is it possible that libGoogleAnalytics.jar
isn't in your APK file? It should be placed in the /libs
directory.
Upvotes: 2