You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
So, trying to install the plugin on cordova-android@7+ will result in the following:
Failed to install 'com.couchbase.lite.phonegap': Error: Uh oh!
ENOENT: no such file or directory, open '<PROJECT_FOLDER>\platforms\android\AndroidManifest.xml'
Workaround (if we can call it that) :
remove your cordova-android@7+ and add the @6 ...
Hi,
Since Cordova Android 7.0.0, the Couchbase-Lite-PhoneGap-Plugin cannot be added anymore.
The explanation: https://cordova.apache.org/announcements/2017/12/04/cordova-android-7.0.0.html
--> "the locations of files have changed and have been brought in line to the structure used by Android Studio"...
So, trying to install the plugin on cordova-android@7+ will result in the following:
Workaround (if we can call it that) :
remove your cordova-android@7+ and add the @6 ...
The text was updated successfully, but these errors were encountered: