Reputation: 289
Strange problem, my package was:
com.myname.myappname
after change is:
com.myname.myappname.abc
and now I cant back to previous name because when I'm going to rename I can change only end of package "abc" and it is not possible to leave this empty field.
so how to set my package to first edition ?
Upvotes: 0
Views: 19
Reputation: 1163
you can do it manually by moving all the files in abc package to parent package & then changing package path in all the files, time consuming but it will work.
Upvotes: 1