Hey everybody i know this question has been asked many times before. i have tried all the possible solutions given but i still havent been able to get the solution.
Here is my code:
package com.example.newp;
import com.example.newp.R;
import android.app.Activity;
import android.os.Bundle;
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
}
PS: Ive tried cleaning my project. I removed import android.R; Its still not working. Please help out. Im unable to progress forward because of this bug.