Try using this code.
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <Button id="@+id/cmd_play" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Play the music !!!" /> </LinearLayout>
MusicPlayer Activity Code
public class MusicPlayer extends Activity { @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); setContentView(R.layout.main);
enter the sound of the file into the folder folder
K_Anas
source share