I get the error Cannot be resolved or is not a field for following codings
Build.SUPPORTED_ABIS
Build.FLAVOR
Build.VERSION_CODES.LOLLIPOP
But nothing works.
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