When I changed my package name and rebuilt the project, Android Studio put before many class names this string _root_ide_package_.com.example.<myprojectname>
. And I have this error Unresolved reference: _root_ide_package_
. Any ideas how to fix it?
While posting a code example would help, I had a similar issue and resolved it by doing a Replace in Path across the source tree and replaced all instances of _root_ide_package_.com.example.<myprojectname>.
with nothing.
Just remove anything before the class name, for example:
_root_ide_package_.com.<project_name>.APP
Remove _root_ide_package_.com.<project_name>.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With