Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2.0
-
None
-
Android application that uses the Google-recommended gradle build system and embeds the Cordova WebView
Description
org.apache.cordova.PluginManager#loadPlugins() should use
int id = this.ctx.getActivity().getResources().getIdentifier("config", "xml", this.ctx.getActivity().getPackageName());
instead of
int id = this.ctx.getActivity().getResources().getIdentifier("config", "xml", this.ctx.getActivity().getClass().getPackage().getName());
in order to get the correct package name to find config.xml even if packageNameSuffix is used in build.gradle
Attachments
Issue Links
- relates to
-
CB-5080 When you build an app using aapt's --rename-manifest-package argument, it searches for all of the resources in the wrong location
- Closed