2017-08-01 167 views

回答

3

/res/raw/keep.xml

<?xml version="1.0" encoding="utf-8"?> 
<resources xmlns:tools="http://schemas.android.com/tools" 
      tools:keep="*.wav"/> 
1

本來有兩個wav文件類似的問題 - 在res/raw/文件夾bell.wavbeep.wav。 membersounds的answer above指出了正確的方向,但並沒有解決這個問題 - 這是工作的/res/raw/keep.xml

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