Why does Eclipse automatically add appcompat v7
library support whenever I create a new project?
I am creating a simple project whose MainActivity
should extend Activity
, but it does not. Eclipse automatically adds action bar support.
How do I create a simple project without the appcompat
library? FYI, I have downloaded the latest version of ADT with everything updated recently. I am using Window 7 x64.