I’m trying to build android and get this error:
:CordovaLib:compileDebugJava/Users/macme/jolt-ionic/platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebViewImpl.java:32: error: package org.apache.cordova.engine does not exist
import org.apache.cordova.engine.SystemWebViewEngine;
^
/Users/macme/jolt-ionic/platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebViewImpl.java:76: error: cannot find symbol
String className = preferences.getString("webview", SystemWebViewEngine.class.getCanonicalName());
^
symbol: class SystemWebViewEngine
location: class CordovaWebViewImpl
I have updated to the latest ionic cli and cordova. Googling around, I’m only able to find problems with org.apache.cordova not being found in Android Studio. That seems to be a different problem.