如何在 android 应用程序的开头添加声音?

How to add sound in the beginning of android app?

当我使用此代码时在运行时使用媒体播放器时显示错误:- 这是代码:-MediaPlayer mp3=MediaPlayer.create(this,R.raw.ShootToThrill); mp3.start();

以下是错误:- C:\Users\Admin\AndroidStudioProjects\Quiz\app\src\main\res\raw\ShootToThrill.mp3 Error:Error:文件名无效:必须仅包含小写字母和数字 ([a-z0-9_.]) Error:Execution 任务“:app:mergeDebugResources”失败。

C:\Users\Admin\AndroidStudioProjects\Quiz\app\src\main\res\raw\ShootToThrill.mp3: Error: Invalid file name: must contain only lowercase letters and digits ([a-z0-9_.])

您必须重命名您的文件,例如:shoot_to_thrill.mp3