vaenow / cordova-plugin-app-update

App updater for Cordova/PhoneGap
MIT License
299 stars 147 forks source link

Make compatible with latest cordova and cordova-android versions #108

Closed genox closed 5 years ago

genox commented 6 years ago

Hi,

Getting this error on app deployed to device:

AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.vaenow.appupdate.android.GenericFileProvider" on path: DexPathList[[zip file "/xxxxxxxxx/base.apk"],nativeLibraryDirectories=[/xxxxxxxxxx/lib/arm, /system/lib, /vendor/lib]]

According to other issues for this project, this is most certainly a compatibility issue, seems like cordova-android 6.3.0 is the only compatible version.

Can I kindly ask you to update the plugin to support cordova-android 7.1.0?

kashban commented 5 years ago

I second that. Cordova Android 7.0 is out quite some time now.