No resource type specified (at 'id' with value '@+id\st')
- by Refaat
I'm new at android programming, I'm now trying to make some buttons, I configured these buttons using the following code:
The MainActivity class :
public class MainActivity extends Activity
{
/** Called when the activity is first created. */
Button st,nd,center;
@Override
public void onCreate(Bundle savedInstanceState)
{
…