I have a normal Android project to which another AndroidLibrary project is connected with an additional module. In AndroidLibrary in the res / layout folder there is an .xml with layout and I want to get this resource from the main project module. I try to get through the resource file, but I simply don’t have this file and I’m offering to create it, i.e. I can’t get through to either the main module or the other.
I try to do this:
com.myLibrary.R.layout.list_item gives an error message:
Error: (41, 100) error: package com.myLibrary.R does not exist
к которому дополнительным модулем подключен другой AndroidLibrary проект- how is it connected? - ermak0ff 2:22 pmBuild->MakeModule, so that theR-class is generated - ermak0ff