Search code examples
androideclipseadtandroid-5.0-lollipop

Cannot be resolved or is not a field for SUPPORTED_ABIS,FLAVOR & VERSION_CODES.LOLLIPOP


I get the error Cannot be resolved or is not a field for following codings

 Build.SUPPORTED_ABIS
 Build.FLAVOR
 Build.VERSION_CODES.LOLLIPOP
  • I have upgraded the latest SDK upto Lolipop
  • I have tried restarting the Eclipse
  • I have tried Cleaning and Building the project.
  • I have even tried restarting the system.

But nothing works.


Solution

  • This problem is due to not setting the right Build target of your project

    • Right click on your project

    • Choose properties

    • Choose Android

    • Choose Target name whose API level is 21 or above.

    • Press Ok