user3880189
user3880189

Reputation: 15

Errors in Android

I am having an issue in android. I had a tutor help me with a android program i seen it work on his screen . when I imported the package on mine and tried to run it, it looks like this

enter image description here

I have no frigging idea why these errors are happening as I JUST seen it work on his. I am not sure what to post so I included this picture

EDIT:IT WOULDNT let me pos tthe pic so I put it on tinypic. IF you would rather have me put some type of code up I will but I dont really understand it at all as its not just a regular coding error

Upvotes: 0

Views: 34

Answers (1)

Chefes
Chefes

Reputation: 1942

That error is because you are not importing android.support.v7 library. To solve this problem just

  1. Right Click in your right project panel.
  2. Select Import.
  3. Search android.support.v7 in your workspace or in your android folder, android folder is in where your installed android sdk.

If this doesn't works, please, tell me.

Upvotes: 1

Related Questions