APK中缺少资源

时间:2020-05-17 16:36:29

标签: android react-native android-gradle-plugin proguard

我正在尝试将.wav文件添加到我的React Native应用中,并且Android实现存在问题。 该文件不断从构建中删除(当我解压缩apk时,在res / raw文件夹中缺少该文件)。

文件夹结构:

enter image description here

keep.xml内容:

<?xml version="1.0" encoding="utf-8"?>
<resources
    xmlns:tools="http://schemas.android.com/tools"
    tools:keep="@raw/push_notification_sound"
/>

build.gradle中,所有构建类型的收缩和缩小功能均被禁用:

minifyEnabled false
shrinkResources false

任何想法可能是这背后的原因吗?

1 个答案:

答案 0 :(得分:0)

我的坏人应该将资产放入android/app/src/main/res/raw/