I am developing an android ebook reader using FBReader and got stucked while renaming its package. After renaming the package, the app is not working. Can anybody please suggest the steps to rename the package of FBReader for android. Thanks in Advance
Asked
Active
Viewed 144 times
1
-
is your issue resolved? If yes then Please post answer. – AmmY Jun 04 '15 at 10:39
1 Answers
0
This has been answered before. How do I rename the android package name?
Change the package name manually in the manifest file.
OR
Click on your R.java class and the press F6 (Refactor->Move...). It will allow you to move the class to other package, and all references to that class will be updated.

Community
- 1
- 1

Noel Bautista
- 175
- 1
- 12
-
I have done that but its not working. It contains C++ libraries and think that it needs to be compiled. – Bhuwnesh Joshi May 02 '15 at 15:50
-