我正在为我的应用程序使用原生脚本角度。我需要一个相机和文件浏览功能。
我已经尝试了以下两个用于相机功能的插件
但它不支持我。它抛出以下错误
我已经使用以下内容修改了 App_Resources/AndroidManifest.xml 文件,我在一些论坛中看到了这个解决方案。但这也没有得到解决。
<provider android:name="android.support.v4.content.FileProvider" android:authorities="com.*.*.fileprovider" android:exported="false" android:grantUriPermissions="true" tools:replace="android:authorities" > <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" tools:replace="android:resource" ></provider>
请建议我解决此问题。
18 年 12 月 13 日
我仍然陷入困境。