cyph / cordova-plugin-chooser

Cordova file chooser plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build fails after adding android:largeHeap="true"

akadebnath opened this issue · comments

After I added below code block, build fails

<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
	<application android:largeHeap="false" />
</edit-config>

Below is the error message:

image

I know this question is quite old. Found the answer here. dpa99c/cordova-custom-config#24 (comment)

tldr; add xmlns:android="http://schemas.android.com/apk/res/android to the widget tag.