Reputation: 145
I converted the library project res,gen,src as jar and i use it as referenced library in another project..........but i cant able to access the resources of that jar..........i think iam having issue in gen R.java file.........howw to solve this issue so that i can access those resources of jar(library project)
Don't need the option of include it as library project I only need it as jar......so i can reuse it another android projects
any kind of idea will be helpful........thanx in advance
Upvotes: 0
Views: 1308
Reputation: 1855
I Posted this topic below link.
remember that you have to copy res files to the project you want to use them with jar.
Upvotes: 1
Reputation: 14196
You cannot currently include resources via a jar, you will need to copy and paste them into your current project. anddev discussion
Upvotes: 0