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?
Go the SDK_Folder/extra/android and rename the folder compatibility to support. After that, restart the Eclipse.
Well, it's not ideal but until they fix ADT there at least appears to be a manual way to get there.
Create the Android project with a min SDK of ICS. Skip adding an Activity when the wizard prompts to add one. Yes, annoyingly, it still adds the Support Library.
After the project is created, open the project properties and go to Java Build Path.
On the Libraries tab select Android Dependencies, click the Remove button, and click OK.
In package explorer expand the "libs" folder and delete the support library jar.
I believe this gets you an ICS project without the unnecessary support library.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With