An app has been using android.support.v7.widget.GridLayout for a while without any problem. I upgraded Android SDK Tools to 22.0.1 this morning. Now, it seems that the app cannot see the library anymore. The Java code has the following error:
The import android.support.v7.widget cannot be resolved
I tried to add a GridLayout to a dummy layout file by dropping GridLayou to it thinking this would help configure the project properly for using GridLayout. However, this generates the following error:
The following classes could not be found:
- android.support.v7.widget.GridLayout
I have restarted Eclipse multiple times and cleaned all projects. Gridlayout_v7.jar is under Android Dependencies and the path is correct.
What should I do to repair the configuration of the project so that android.support.v7.widget.GridLayout can be used?
Computer OS: Windows 8 Pro
CPU: Intel i5
Eclipse (Version: Juno Service Release 2): Build id: 20121004-1855