- Where Developers Learn, Share, & Build Careers
All,
I am trying to use an existing open-source project (we A) As a library, Project A comes with its own Library Project (B) inside my app. The project is a compilation and runs just fine; However, when I try to use A in my A (I have examined 'Library' within A and added A in my A) I get many errors, "No resource identifier was found for the attribute 'X'in package ... "These special properties exist within B. I also checked that they were added to R in A, and in fact, they were.
My question: Why does not my app know that these resources are present?
I have searched everything and found in a similar situation like me:
But I do not think any of my resources is the same .
I am using Eclipse with ADT v20.0
I appreciate any help!
EDIT: If this is useful, then I'm trying to use OpenSource app AnySoftKeyboard (ASK) I have tried to create a new project and add ASK as a library Have tried - no dice.
EDIT2: A part of asking a library is necessary if many other details are required to be changed in the second statement because RVs are not declared as the last for libraries.
Errors are apparently due to the use of custom attributes in anySoftKeyboard project that you converted into a library Found that a solution has recently been added to ADT (on Rev. 17), has been mentioned.
As I have given directions, I have written a letter to the
""
""
In the newly converted library project and was able to build and run the app that included the project (although in reality no functionality was tested.).
Hope it helps.
Comments
Post a Comment