android-support-v7-appcompat library project won't work

后端 未结 3 1512
暖寄归人
暖寄归人 2020-12-11 19:53

I am trying to add Support Library v7 to my clean android project as support library (with resources). I followed every instruction here: http://developer.android.com/tools/

3条回答
  •  悲哀的现实
    2020-12-11 20:28

    Copy the library project to the folder where your android project is.

    Select File > Import.

    Select Existing Android Code Into Workspace and click Next.

    Browse and import the same to eclipse

    Once the library project is imported you can refer the same in your android project.

    This is similar to setting up google play services in eclipse described here. Check the 4th step

    http://developer.android.com/google/play-services/setup.html

提交回复
热议问题