user3510102
user3510102

Reputation:

How to avoid android appcompat v7 error?

1.Every new project created appcompat v7 project included in project explorer.

2.I cannot create setContentView(R.layout.main);

3.If I create this error is shown.

Upvotes: 1

Views: 324

Answers (1)

Slim C.
Slim C.

Reputation: 1127

Don't let Eclipse create Activity. Do it yourself. Untick "Create Activity" option when creating new project.

Upvotes: 1

Related Questions