I’m tring to use com.google.android.apps.analytics.GoogleAnalyticsTracker
but got NoClassDefFoundError when
GoogleAnalyticsTracker.getInstance();
I’m sure that libGoogleAnalytics.jar is included in the Build Path and the code was successfully built.
that code worked perfectly before that I suspect that the error occur after I updated the ADT to the latest but no clue.
Could anybody give any suggestions on this?
Actually this is the problem we are facing with ADT 17 you have to put your jar file into libs folder in order to overcome this exception
so right click on your project –>create a folder with name libs
and follow this step in
after that