Issue
I want to remove the middle part from the package name. Ex: com.example.app to com.app
I have tried few things but not able to remove the middle part of the package name without errors.
Solution
I think that the only you can achieve that is this:
Press Ctrl+Shift+R, set
Text to findtocom.example.app,Replace withtocom.appand hitFind,All Files.After that open the directory
comin file manager, moveappup in hierarchy, so it becomescom/appand removeexampledirectory.
Answered By - aga
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.