To me, the issue was due to wrong imports. In fact, one need to update the imports after adding the v7 support library.
It can be fixed by doing as follows, for each class of your project:
import android.[*]
, in each classandroid.support.[*]
(and not android.[*]
).