android - Resource not found Exception using a Library -
I have a project BI that is using as a library and referenced in Project A.
I understand that in Project A's GEN directory, two different R files will be generated for Project A and Project B (Library).
I am getting the following error during the runtime: 07-27 20: 55: 42.520: D / PrtotbufAstron ..: (20,732): String Resource ID # 0x7f0a00ab 07-27 20: 55: 42.520: W / ResourceType (20,732): getEntry failed because entryIndex 157 type entry is beyond count 1 07-27 20: 55: 42.520: W / ResourceType (20,732): 0x7f0a009d (T = 9E = 157) for failed package 0 Getting (Error - + 2147483647)
The Resource ID is actually in the project BK file (Library):
Public Stable Int Gymnas = 0x7f 0a017f;
The only resource in the project is an auto-generated R file:
public stable end-end geminids = 0x7f090199;
So I'm not sure why the file allocated to the same resource in the R file of the library and in the project a.
Any input is appreciated .
Comments
Post a Comment