-
Notifications
You must be signed in to change notification settings - Fork 1.9k
No such file: AndroidManifest #2479
Comments
Sorry, but this is a problem with cordova-android (that is already solved but not released), caused by a plugin using The error message is misleading as it points to the next plugin installed and not to the actual one with the problem. |
It's indeed pointing to the next plugin, but the plugin before So shouldn't the issue be fixed inside the plugin.xml file of this project? |
No, phonegap-plugin-push is fine, it's probably the one installed before phonegap-plugin-push. |
You're right, I checked all of the plugins and eventually got to |
This thread has been automatically locked. |
Expected Behaviour
When adding the Android platform, there shouldn't be errors.
Actual Behaviour
Error when adding a dependency of this plugin: cordova-support-google-services:
Reproduce Scenario (including but not limited to)
Upgrading the Android platform to version 7.1.0.
Steps to Reproduce
Remove Android platform from project.
Add the Android platform again:
ionic cordova platform add [email protected]
Install the plugins, including
phonegap-plugin-push
.Platform and Version (eg. Android 5.0 or iOS 9.2.1)
[email protected]
,[email protected]
.(Android) What device vendor (e.g. Samsung, HTC, Sony...)
--
Cordova CLI version and cordova platform version
cordova --version: 8.0.0
cordova platform version android: 7.1.0
Plugin version
2.2.3
Sample Push Data Payload
--
Sample Code that illustrates the problem
--
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: