0

I'm new to android.Here i create an application for spell checker.I got an error that one header file can not be resolved.in my android.jar file the lib are missing.How to download this lib and import to my project.

 import android.view.textservice.SentenceSuggestionsInfo;

i got this error window

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
nayan
  • 89
  • 1
  • 1
  • 7
  • Try this answer [http://stackoverflow.com/questions/21527653/the-import-cannot-be-resolved-in-eclipse](http://stackoverflow.com/questions/21527653/the-import-cannot-be-resolved-in-eclipse) – Sreelal P Mohan Oct 29 '15 at 11:30
  • Possible duplicate of [How to add a Library Project to a android project?](http://stackoverflow.com/questions/8248196/how-to-add-a-library-project-to-a-android-project) – josedlujan Oct 29 '15 at 18:12

1 Answers1

1

U can make Library folder in your project..and can add required lib in that library folder.. check the image.. hope it make sense.

enter image description here

Nik Patel
  • 627
  • 7
  • 21