Ali Waseem
Ali Waseem

Reputation: 1

In android studio how to add manifest file, if manifest file deleted from android project

when I worked on my university android project, by mistake I deleted my manifest file and I did not know how to re-create or undo this happening. My android version is 4.2.

Upvotes: 0

Views: 71

Answers (1)

AShX
AShX

Reputation: 412

Right-click on manifest directory (create if it's doesn't exist) -> New -> Other -> Android Manifest File

Upvotes: 1

Related Questions