mjwheatley / cordova-plugin-android-fingerprint-auth

A cordova plugin for fingerprint authentication using the hardware fingerprint scanner on devices running Android 6+
Apache License 2.0
168 stars 131 forks source link

plugin compatibility issues with cordova android 7.0.0 #98

Closed dickverweij closed 6 years ago

dickverweij commented 6 years ago

When I install this plugin to a freshly created cordova android 7.0.0 project I get the following issues when building my android apk:

C:\Users\XXXXX>ionic cordova build android

cordova build android cp: copyFileSync: could not write to dest file (code=ENOENT):C:\Users\XXXXX\platforms\android\res\xml\config.xml

It appears that the config.xml (and manifest) file location was changed.

Is there an easy fix?

mjwheatley commented 6 years ago

Published v1.4.1 @dickverweij please test the new version and report if it fixes this issue.