Skip to content Skip to sidebar Skip to footer

How To Run The Android Support4demo In Eclipse

I'm struggling with getting the demo of the level 4 support library set up in Eclipse and running. Apologies in advance for the length; I want to completely describe what I have do

Solution 1:

As you can see in the docs, stopWithTask is only available in API level 14 and above. Either change your target SDK level to 14 or remove that attribute. (It's nothing to do with the includes).


Post a Comment for "How To Run The Android Support4demo In Eclipse"