Issue
<platform name="android">
<preference name="android-installLocation" value="auto" />
</platform>
Preference for android install location inside config.xml does not work. It is not passed inside the android manifest xml with prepare or build.
Solution
The solution I found in this issue was a plugin that make it possible to pass preferences from the config.cml to the android manifest, that are not passed automatically.
cordova plugin add cordova-custom-config
https://github.com/dpa99c/cordova-custom-config
Answered By - anestis
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.