Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 216
Ankit Kumar Avatar asked Mar 21 '14 10:03

Ankit Kumar


2 Answers

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! :)

like image 59
taxo Avatar answered Oct 03 '22 02:10

taxo


When you create your application, give API 14:Android 4.0 or an upper version as the minimum SDK version.

like image 44
Ishara Amarasekera Avatar answered Oct 03 '22 01:10

Ishara Amarasekera