gradle - Android dependency injection issue -
i have 3 library in project named-a,b,c. main library project starts. add c library dependency in gradle of b because need activities of c in library b. add b libraray in gradle of a's dependency. after adding "getactionbar" in project becomes null . can 1 one me out this??
Comments
Post a Comment