Ho do i resolve xml error while using cordova
“Command failed with exit code 1: C:UsersDivineDesktopappTimeplatformsandroidgradlew -b C:UsersDivineDesktopappTimeplatformsandroidbuild.gradle cdvBuildDebug” this is the error message
in my xml code,
<platform name="android">
<allow-intent href="market:*" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</platform>
i have this there, the application builds successfully when i take out the READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE blocks but fails otherwise