Android : android.support.v4.app.* configuration

on Saturday, March 28, 2015


I would like to use ActionBarActivity like this:



public class SummarizedPreferences extends ActionBarActivity


However there is an error:



The type android.support.v4.app.TaskStackBuilder$SupportParentable cannot be resolved. It is indirectly referenced from required .class files



"quick fix" redirect me to Java Build Path preferences where I have



android-support-v7-appcompat.jar - /home/name/android-sdk-linux/extras/android/support/v7/appcompat/libs



added (via Libraries->Add External JARs...) and checked (in Order and Export)


Should I do something more to use this library? How can I configure it properly?


0 comments:

Post a Comment