SyntaxFix
Write A Post
Hire A Developer
Questions
Button button1=(Button)findViewById(R.id.btnB1); button1.setOnClickListener(new OnClickListener(){ public void onClick(View v) { MediaPlayer mp1 = MediaPlayer.create(this, R.raw.b1); mp1.start(); } });
Try this i think it will work