Setting up Android support package v7 for eclipse - GridLayout

前端 未结 7 1085
再見小時候
再見小時候 2020-12-24 06:08

I\'ve been trying this all evening to no avail so I\'m going to list my exact steps starting from scratch.

  • I\'ve installed the support package via SDK manager.
相关标签:
7条回答
  • 2020-12-24 06:44

    In addition to the suggestions listed above I had to do one more thing before I could preview the grid layout in Eclipse:

    1. Right-click the project android-support-v7-gridlayout.
    2. Go to Properties > Java Build Path > Libraries
    3. Add libs/android-support-v7-gridlayout.jar to the Libraries.
    4. Go to Order and Export and check the jar added in the previous step.

    Hope it helps!

    0 讨论(0)
提交回复
热议问题