Android : Could not find method com.google.analytics.tracking.android.EasyTracker.getTracker

前端 未结 1 1486
清酒与你
清酒与你 2020-12-11 11:55

I have an app that makes use of the Google Analytics library. I recently moved the code into a new workspace and the app has stopped working. The code builds OK but when it

相关标签:
1条回答
  • 2020-12-11 12:12

    I'm assuming you're in Eclipse.

    Right click on your project, select Properties.

    Under Java Build Path, click on Order & Export tab.

    Check Android Private Libraries and click OK.

    0 讨论(0)
提交回复
热议问题