Currently working on Android Studio, I accidentally placed one of my activities as an inner class of another activity instead of transferring to the package. Now I can't seem to find that activity. How do I retrieve it?
Asked
Active
Viewed 95 times
0
-
`Now I can't seem to find that activity` use search to find it by name for example – Vladyslav Matviienko Mar 20 '17 at 08:18
-
You try and see if its in still in local history, look at this answer http://stackoverflow.com/a/25076685/4056108 – chirag90 Mar 20 '17 at 08:22