Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Accidentally deleted Android layout file

Tags:

android

I accidentally deleted a layout file from my Android project. Is there any way I can get it back? I haven't touched since it was done. And I don't have copies of the file else where.

like image 924
Sandah Aung Avatar asked Feb 07 '14 12:02

Sandah Aung


1 Answers

If you have the apk in your bin folder, you're lucky: use apktool and get your decompiled xml files back.
And, for the future, always make backups, as keyboardsurfer pointed out.

like image 177
Phantômaxx Avatar answered Oct 19 '22 22:10

Phantômaxx