analytics-google icon indicating copy to clipboard operation
analytics-google copied to clipboard

Where is CPGoogleAnalytics.java ?????

Open onyet opened this issue 4 years ago • 0 comments

What am I doing

  • npm install cordova-plugin-analytics --save
  • npm install cordova-plugin-analytics-adid
  • npx cap sync

Platform Android

  • Ionic Framework 5
  • Integrated Capacitor

An error that appears when building the apk

error: cannot find symbol
import com.appfeel.cordova.analytics.CPGoogleAnalytics;
symbol:   class CPGoogleAnalytics
location: package com.appfeel.cordova.analytics

What I found

There is no CPGoogleAnalytics.java file. There is only GAPlugin.java.

onyet avatar Dec 21 '20 12:12 onyet