开发者

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.........how开发者_运维百科w 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


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.


You cannot currently include resources via a jar, you will need to copy and paste them into your current project. anddev discussion

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜