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 t
Basically, You need to move the entire below files to precedent package.
Suppose..
Package: com.app.example.food if you want to delete example from package.
Move com.app.example."food" directory to com."app" directory directly
Done.