1

android studio code screeshot

Some Android imports are showing...Cant resolve symbol. even though those classes are available in SDK/Sources/...|(Red color code in picture)

Siva Prasad
  • 115
  • 1
  • 13
  • http://stackoverflow.com/questions/27216218/in-android-studio-0-8-6-all-the-import-statements-say-cannot-resolve-symbol. I tried the solutions mentioned for that similar question, but errors not gone – Siva Prasad Sep 04 '16 at 17:44
  • Show us your gradle. I think you need to add dependencies. – user6657161 Sep 04 '16 at 18:06

1 Answers1

0

Did you setup support library?

I think this is similar question.

You must setup support library same version of your project SDK version.

(ex. Android SDK version is 22, you must import com.android.support:appcompat-v7:22.+)

Community
  • 1
  • 1
Eugene Kim
  • 41
  • 6