Why does Eclipse automatically add the appcompat v7 library whenever it creates a project?

Asked 2 years ago, Updated 2 years ago, 46 views

Why does Eclipse automatically add the appcompat v7 library whenever it creates a new project? I just want to create MainActivity, which simply inherits Activity. Eclipse automatically creates a project that supports the action bar. Is it possible to make a project without the appcompat library?

I update the ADT every time, so it's the latest version The operating system is a Windows 7 64-bit environment.

1

android eclipse appcompat

2022-09-22 22:25

1 Answers

In Create a new project, click Android Application Project and uncheck the Create Activity section.


2022-09-22 22:25

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.