Open
Description
After downloading this, i found that the default XML for the Android Manifest was slightly incorrect, and I have had to re-arrage the node inside the node to get it work. Not sure if this is something normal to do, but wanted to let you know in case you can modify this so the default solution will download and compile for other to use without having to make this change.
Updated XML File
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.PDFFormFilling" android:installLocation="auto">
<uses-sdk android:minSdkVersion="30" android:targetSdkVersion="30" />
<application android:label="PDFFormFilling.Android">
<provider android:name="android.support.v4.content.FileProvider" android:authorities="${applicationId}.provider" android:exported="false" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths" />
</provider>
</application>
</manifest>
Metadata
Metadata
Assignees
Labels
No labels