Search code examples
javaandroideclipsesdkadt

how can I create a new project without appcompat_v7


I am unable to get why appcompat_v7 is created automatically... finding it very irritating.. please someone help to get rid off this problem. I tried to create new project and found like this for every newly created project.


Solution

  • When creating new Android Project, remove the check in front of "Create activity". By doing this, Eclipse will not automatically import the library project "appcompat_v7". Then you manually have to create main activity. Be careful what imports you use if you have stuff like Fragment or ActionBar.

    This is very useful.

    Hope this helps! :)