I have recently update my ADT to rev. 20, but now I find that newly created project always included the android support library. I don't want to use the FragmentActivity
class, which is defined in the support library, I just want to use the pure Fragment class.
I tried to delete the support library via the SDK manager tool, but now I cannot create any projects since the ADT is reporting
This template depends on the Android Support library, which is either not installed, ......
Is there any method to by pass this except for create a project by shell command?