Unable to use Fragments with Android Compatibility Package

后端 未结 6 1012
一个人的身影
一个人的身影 2020-12-08 14:53

In \"Fragments for All\", Xavier Ducrohet, Android SDK Tech Lead says Google releases an Android Compatibility Package by SDK Manager.

I\'ve installed it, but, how c

6条回答
  •  时光说笑
    2020-12-08 15:23

    There is a .jar file called android-support-v4.jar in the directory {yoursdkpath}/extras/android/compatibility/v4/. Copy this into your libs folder in the root of your project and add the file to the build path in Eclipse.

提交回复
热议问题