rajNaveen
rajNaveen

Reputation: 145

Using android library project as Jar in another android project to reuse the resources

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

Answers (2)

J.J. Kim
J.J. Kim

Reputation: 1855

I Posted this topic below link.

using jar with res

remember that you have to copy res files to the project you want to use them with jar.

Upvotes: 1

stealthcopter
stealthcopter

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

Related Questions