Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use the fragments backport?

Could somebody explain how I can use the Fragments backport? I downloaded the compatibility package with the manager, but I can't find the library that I have to link to my project to use fragments.

Thank you

like image 532
Zsombor Erdődy-Nagy Avatar asked Dec 12 '22 15:12

Zsombor Erdődy-Nagy


1 Answers

In your SDK installation directory, you will find extras/android/compatibility/v4/android-support-v4.jar. Add this to your project's libs/ directory, and if you are an Eclipse user, also add it to your build path.

like image 56
CommonsWare Avatar answered Jan 02 '23 01:01

CommonsWare