Hi i have a noob question :-) I have an app in the store and the name of the app is build like this name1.com.domain.name2 So in my old project i have the directories (Java) name1, com, domain and name2 (4)
My new project (i want to update the old app) has only 3 directories like com.name1.domain
I tried to refactor for exampe com into name1.com but not working, any way to solve this so i can rename the package so it hat the same name as the old package?