It turns out that there was a variable RES_FOLDERS_RELATIVE_PATH in the app.iml file which was pointing to file://$MODULE_DIR$/../../HelloWorld/app/src/main/res (the old res folder) - after closing Android Studio and manually changing this to refer to file://$MODULE_DIR$/src/main/res, and removing the .idea\workspace.xml file and things started working as expected.
No comments:
Post a Comment