Lontronix
Lontronix

Reputation: 193

how to add a missing android manifest file

My android manifest file was deleted, I have been looking around and have not found how solution on stack overflow, does anyone have a suggestion?

Thanks for your help!

Upvotes: 0

Views: 1087

Answers (1)

Amit Sharma
Amit Sharma

Reputation: 645

You can revert your action back by following 3 simple steps in Android Studio :
1) Click on VCS menu first VCS


2) Than click on Local History option. enter image description here
3) Search for your deleting manifest file action and revert it back.For example:
Click revert

Upvotes: 1

Related Questions