gpt4 book ai didi

android - 在 NativeScript 中实现托管配置

转载 作者:行者123 更新时间:2023-11-30 00:24:37 25 4
gpt4 key购买 nike

我正在为 Android 开发一个 NativeScript 应用程序,并希望实现托管配置,如下所述:https://developer.android.com/work/managed-configurations.html .

我尝试将 app_restrictions.xml 添加到 App_Resources/Android/values 文件夹,但出现以下构建错误:

Execution failed for task ':mergeF0F1DebugResources'. Error: Unsupported type 'restriction'

这是 app_restrictions.xml 的内容:

<?xml version="1.0" encoding="utf-8"?>
<restrictions xmlns:android="http://schemas.android.com/apk/res/android">
<restriction
android:key="downloadOnCellular"
android:restrictionType="bool"
android:defaultValue="true" />
</restrictions>

NativeScript 是否支持添加这样的限制?如果是这样,如何添加限制资源文件。如果没有,是否有其他方法来实现托管配置?

编辑:由 pkanev 在评论中解决。限制文件必须放在 App_Resources/Android/xml 中。

最佳答案

根据官方 Android 文档 - https://developer.android.com/work/managed-configurations.html限制配置需要放在res/xml目录下,对应NativeScript Android应用中的app/App_Resources/Android/xml

关于android - 在 NativeScript 中实现托管配置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45616262/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com