Multiple markers at this line
- R cannot be resolved to a variable
- Line breakpoint:AndroidFacebookConnectActivity [line: 45] -
onCreate(Bundle)
having problem at all id's of resources in the following code ,here i am added facebook sdk and trying to run a imported sample project but showing the above error
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
btnFbLogin = (Button) findViewById(R.id.btn_fblogin);
btnFbGetProfile = (Button) findViewById(R.id.btn_get_profile);
btnPostToWall = (Button) findViewById(R.id.btn_fb_post_to_wall);
btnShowAccessTokens = (Button) findViewById(R.id.btn_show_access_tokens);
mAsyncRunner = new AsyncFacebookRunner(facebook);